mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-bleeding.bbclass: Remove use of SRCPV
(From meta-yocto rev: a287fabcc55cbe46bc660ad45e03f94428824386) (From meta-yocto rev: 705258d7ad70b4b69f4c5b5397101853ae7ba4d3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# AUTOREV and PV containing SRCPV needs to be set early, before any anonymous python
|
# AUTOREV and PV containing '+git' needs to be set early, before any anonymous python
|
||||||
# expands anything containing PV, else the parse process won't trigger the fetcher to
|
# expands anything containing PV, else the parse process won't trigger the fetcher to
|
||||||
# cache the needed version data
|
# cache the needed version data
|
||||||
#
|
#
|
||||||
@@ -13,7 +13,7 @@ python pokybleeding_version_handler () {
|
|||||||
bb.warn("Here 5 %s %s" % (d.getVar("PN"), bpn))
|
bb.warn("Here 5 %s %s" % (d.getVar("PN"), bpn))
|
||||||
d.setVar("SRCREV", "${AUTOREV}")
|
d.setVar("SRCREV", "${AUTOREV}")
|
||||||
if "+git" not in d.getVar("PV"):
|
if "+git" not in d.getVar("PV"):
|
||||||
d.appendVar("PV", "+git${SRCPV}")
|
d.appendVar("PV", "+git")
|
||||||
}
|
}
|
||||||
|
|
||||||
addhandler pokybleeding_version_handler
|
addhandler pokybleeding_version_handler
|
||||||
|
|||||||
Reference in New Issue
Block a user