mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-07 23:23:32 +08: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-", "")
|
||||
|
||||
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}")
|
||||
srcrev_format = d.getVar("SRCREV_FORMAT")
|
||||
if srcrev_format:
|
||||
|
Loading…
x
Reference in New Issue
Block a user