diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-05-06 11:39:02 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-08 23:56:11 -0700 |
commit | d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36 (patch) | |
tree | 87876fb876d6e9dd6efa66a7ef08b819f3aad486 /meta | |
parent | c47c783ddca8427aa7381e1df254a8d29ff0fe78 (diff) | |
download | openembedded-core-d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36.tar.gz openembedded-core-d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36.tar.bz2 openembedded-core-d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36.tar.xz openembedded-core-d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36.zip |
u-boot: correct COPYING MD5SUM
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 4 |
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 66e789822..d8c196a71 100644 --- a/meta/recipes-bsp/uboot/u-boot_git.bb +++ b/meta/recipes-bsp/uboot/u-boot_git.bb @@ -1,14 +1,14 @@ require u-boot.inc LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \ file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" SRCREV = "v2010.12" PV = "v2010.12+${PR}+git${SRCPV}" -PR="r1" +PR="r2" SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" |