summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-05-06 11:39:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:10 +0100
commit55aacbc30e48f6f8a73fb989a58625e70887bc01 (patch)
tree8ec96e5f28ad44cf4a923473a7a23cd3a70d918c /meta/recipes-bsp
parentc08d4cfd41d1e936c41d03174e90eda806d8d7d3 (diff)
downloadpoky-55aacbc30e48f6f8a73fb989a58625e70887bc01.tar.gz
u-boot: correct COPYING MD5SUM
(From OE-Core rev: d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/uboot/u-boot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb
index 66e7898227..d8c196a71e 100644
--- a/meta/recipes-bsp/uboot/u-boot_git.bb
+++ b/meta/recipes-bsp/uboot/u-boot_git.bb
@@ -1,14 +1,14 @@
1require u-boot.inc 1require u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \
5 file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" 5 file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5"
6 6
7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" 7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
8 8
9SRCREV = "v2010.12" 9SRCREV = "v2010.12"
10PV = "v2010.12+${PR}+git${SRCPV}" 10PV = "v2010.12+${PR}+git${SRCPV}"
11PR="r1" 11PR="r2"
12 12
13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
14 14