summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/uboot/u-boot.inc
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-02-09 13:38:53 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-02-09 22:44:52 +0000
commit27b3f0813bf79baf208d8f6d8c3904be183dc4ec (patch)
treef22084116563246690f3b8d4122a45d019d93238 /meta/recipes-bsp/uboot/u-boot.inc
parent6b76ceed1423480e18844e20fc81f05298bfdd6d (diff)
downloadpoky-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/recipes-bsp/uboot/u-boot.inc')
-rw-r--r--meta/recipes-bsp/uboot/u-boot.inc3
1 files changed, 0 insertions, 3 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"
2HOMEPAGE = "http://u-boot.sf.net" 2HOMEPAGE = "http://u-boot.sf.net"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PRIORITY = "optional" 4PRIORITY = "optional"
5LICENSE = "GPLv2"
6PROVIDES = "virtual/bootloader" 5PROVIDES = "virtual/bootloader"
7 6
8LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
9
10inherit deploy 7inherit deploy
11 8
12PARALLEL_MAKE="" 9PARALLEL_MAKE=""