Browse Source

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>
Richard Purdie 1 month ago
parent
commit
2aec5513da
1 changed files with 0 additions and 2 deletions
  1. 0 2
      meta-poky/classes/poky-bleeding.bbclass

+ 0 - 2
meta-poky/classes/poky-bleeding.bbclass

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