aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-20 17:09:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-20 17:09:32 +0100
commit3ebb3254cbe3151ea74a770347c41b4d794d9aaa (patch)
treef6c4bed0e08b3ac882ddb7627b1a6ec5611d9410 /meta
parentbc1a87f3806e021e868bf455a342fccf97a7394d (diff)
downloadopenembedded-core-contrib-3ebb3254cbe3151ea74a770347c41b4d794d9aaa.tar.gz
Revert "u-boot: fix LIC_FILE_CHKSUM"
This reverts commit bbdd81fcd25d2d5aa730a1ea99eecf50a2111989. Saul discovered this change was incorrect.
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/uboot/u-boot_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb
index bd619ed8d5..4c8f5df597 100644
--- a/meta/recipes-bsp/uboot/u-boot_git.bb
+++ b/meta/recipes-bsp/uboot/u-boot_git.bb
@@ -1,7 +1,7 @@
require u-boot.inc
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"