1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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

(From OE-Core rev: 2f597ad74d7ed383365dba10e61010e8f82ab6b1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-05-19 15:20:52 +01:00
parent 3ea694cf68
commit 1ef9f107f0
+1 -1
View 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"