diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-02-09 13:38:53 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:44:52 +0000 |
commit | 27b3f0813bf79baf208d8f6d8c3904be183dc4ec (patch) | |
tree | f22084116563246690f3b8d4122a45d019d93238 /meta | |
parent | 6b76ceed1423480e18844e20fc81f05298bfdd6d (diff) | |
download | poky-27b3f0813bf79baf208d8f6d8c3904be183dc4ec.tar.gz |
uboot: move license data into recipe with SRC_URI
The LIC_CHKSUM_FILES are specific to the source determined by SRC_URI. As such,
keep all the license information together with the SRC_URI. This also avoids
confusion from having these defined in both the .inc and the .bb files. The
CHKSUM got out of date in u-boot_git.bb, so update it while we're at it.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Ilya Yanok <yanok@emcraft.com>
CC: Gary Thomas <gary@mlbassoc.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 3 | ||||
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index f60667ee6b..1457c042e8 100644 --- a/meta/recipes-bsp/uboot/u-boot.inc +++ b/meta/recipes-bsp/uboot/u-boot.inc | |||
@@ -2,11 +2,8 @@ DESCRIPTION = "U-boot bootloader" | |||
2 | HOMEPAGE = "http://u-boot.sf.net" | 2 | HOMEPAGE = "http://u-boot.sf.net" |
3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | LICENSE = "GPLv2" | ||
6 | PROVIDES = "virtual/bootloader" | 5 | PROVIDES = "virtual/bootloader" |
7 | 6 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
9 | |||
10 | inherit deploy | 7 | inherit deploy |
11 | 8 | ||
12 | PARALLEL_MAKE="" | 9 | PARALLEL_MAKE="" |
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb index 16a1dbefae..b3207c68b0 100644 --- a/meta/recipes-bsp/uboot/u-boot_git.bb +++ b/meta/recipes-bsp/uboot/u-boot_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require u-boot.inc | 1 | require u-boot.inc |
2 | 2 | ||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ |
5 | file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" | 5 | file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" |
6 | 6 | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" | 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" |