]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: add LIC_FILES_CHKSUM
authorSaul Wold <sgw@linux.intel.com>
Sat, 25 Dec 2010 08:11:36 +0000 (00:11 -0800)
committerSaul Wold <sgw@linux.intel.com>
Sat, 25 Dec 2010 08:11:36 +0000 (00:11 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb

index fcba0d5662f33274a3c4f54ddfd3d6b524998638..eab286c272113fff587f632206b901470631e71e 100644 (file)
@@ -5,6 +5,8 @@ SECTION = "bootloader"
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
            file://fix-arm920t-eabi.patch;patch=1"
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
+
 S = "${WORKDIR}/u-boot-${PV}"
 
 inherit native