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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user