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:
Richard Purdie 2025-04-10 10:04:06 +01:00
parent 3369269a1e
commit 2aec5513da

View File

@ -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: