]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: correct COPYING MD5SUM
authorDarren Hart <dvhart@linux.intel.com>
Fri, 6 May 2011 18:39:02 +0000 (11:39 -0700)
committerSaul Wold <sgw@linux.intel.com>
Mon, 9 May 2011 06:56:11 +0000 (23:56 -0700)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/recipes-bsp/uboot/u-boot_git.bb

index 66e789822746e4cd276c8d24289d6a82855677a0..d8c196a71e3034d9a93146268637bff4e663693a 100644 (file)
@@ -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"