summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-08 09:55:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-08 09:55:03 +0100
commit41951a92a0c3b0ab5a0c1e36641fedeecc9e5ea7 (patch)
treed0f79276914edd2692a358fded34a189be470194 /recipes-bsp
parent5718e78856aed90c8db5f49f699712d6ed4a4db8 (diff)
downloadmeta-ti-41951a92a0c3b0ab5a0c1e36641fedeecc9e5ea7.tar.gz
u-boot: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index 9a9528ee..3859a4c3 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -2,7 +2,9 @@ DESCRIPTION = "U-Boot - the Universal Boot Loader"
2HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" 2HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PRIORITY = "optional" 4PRIORITY = "optional"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
7
6PROVIDES = "virtual/bootloader" 8PROVIDES = "virtual/bootloader"
7 9
8DEPENDS = "mtd-utils" 10DEPENDS = "mtd-utils"