]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: Don't add PR in PV, its pointless
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 14:20:52 +0000 (15:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 14:20:52 +0000 (15:20 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/uboot/u-boot_git.bb

index d8c196a71e3034d9a93146268637bff4e663693a..b13deb558d53abb23e5c0767d262d71676432789 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
 
 SRCREV = "v2010.12"
-PV = "v2010.12+${PR}+git${SRCPV}"
+PV = "v2010.12+git${SRCPV}"
 PR="r2"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"