From 41951a92a0c3b0ab5a0c1e36641fedeecc9e5ea7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 8 Jan 2011 09:55:03 +0100 Subject: [PATCH] u-boot: add license checksum Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" SECTION = "bootloaders" PRIORITY = "optional" -LICENSE = "GPLv2" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" + PROVIDES = "virtual/bootloader" DEPENDS = "mtd-utils"