diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 09:55:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 09:55:03 +0100 |
commit | 41951a92a0c3b0ab5a0c1e36641fedeecc9e5ea7 (patch) | |
tree | d0f79276914edd2692a358fded34a189be470194 /recipes-bsp | |
parent | 5718e78856aed90c8db5f49f699712d6ed4a4db8 (diff) | |
download | meta-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.inc | 4 |
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" | |||
2 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 2 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
7 | |||
6 | PROVIDES = "virtual/bootloader" | 8 | PROVIDES = "virtual/bootloader" |
7 | 9 | ||
8 | DEPENDS = "mtd-utils" | 10 | DEPENDS = "mtd-utils" |