mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
poky-bleeding: Drop debug code
Drop some debug code which shouldn't have been merged. (From meta-yocto rev: 18926b88f44e870e64efa7b3cd7e1dc56ce6cbb0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3369269a1e
commit
2aec5513da
|
@ -9,8 +9,6 @@ python pokybleeding_version_handler () {
|
||||||
bpn = bpn.replace("-nativesdk", "").replace("nativesdk-", "")
|
bpn = bpn.replace("-nativesdk", "").replace("nativesdk-", "")
|
||||||
|
|
||||||
if bpn in d.getVar("POKY_AUTOREV_RECIPES").split():
|
if bpn in d.getVar("POKY_AUTOREV_RECIPES").split():
|
||||||
if "pseudo" in bpn:
|
|
||||||
bb.warn("Here 5 %s %s" % (d.getVar("PN"), bpn))
|
|
||||||
d.setVar("SRCREV", "${AUTOREV}")
|
d.setVar("SRCREV", "${AUTOREV}")
|
||||||
srcrev_format = d.getVar("SRCREV_FORMAT")
|
srcrev_format = d.getVar("SRCREV_FORMAT")
|
||||||
if srcrev_format:
|
if srcrev_format:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user