[oe-commits] Richard Purdie : u-boot: Don't add PR in PV, its pointless

git version control git at git.openembedded.org
Thu May 19 14:21:21 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2f597ad74d7ed383365dba10e61010e8f82ab6b1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2f597ad74d7ed383365dba10e61010e8f82ab6b1

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu May 19 15:20:52 2011 +0100

u-boot: Don't add PR in PV, its pointless

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/uboot/u-boot_git.bb |    2 +-
 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 d8c196a..b13deb5 100644
--- a/meta/recipes-bsp/uboot/u-boot_git.bb
+++ b/meta/recipes-bsp/uboot/u-boot_git.bb
@@ -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"





More information about the Openembedded-commits mailing list