[PATCH] poky-bleeding: Drop debug code
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Drop some debug code which shouldn't have been merged. Signed-off-by: Richard Purdie <[email protected]> --- meta-poky/classes/poky-bleeding.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-poky/classes/poky-bleeding.bbclass b/meta-poky/classes/poky-bleeding.bbclass index b12aea61b01..fe558f25a8b 100644 --- a/meta-poky/classes/poky-bleeding.bbclass +++ b/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: