summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 15:20:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 20:48:29 +0100
commit1ef9f107f025471541adfefa47ca76e44b2e928e (patch)
tree49eb8b4edfd2cbd9bb95500351cd0f08d72c996b
parent3ea694cf688f26d47149200d0dc522da51a87e58 (diff)
downloadpoky-1ef9f107f025471541adfefa47ca76e44b2e928e.tar.gz
u-boot: Don't add PR in PV, its pointless
(From OE-Core rev: 2f597ad74d7ed383365dba10e61010e8f82ab6b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/uboot/u-boot_git.bb2
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 d8c196a71e..b13deb558d 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 \
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+git${SRCPV}"
11PR="r2" 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"