diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 10:04:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:07:15 +0100 |
commit | 2aec5513da84461d524243bad2d1ca74ffc04b8e (patch) | |
tree | c4c1215aad1768b127baa914e6baa2873a7f9d50 | |
parent | 3369269a1eac9df0c3c20d87f8180e5253fb202a (diff) | |
download | poky-2aec5513da84461d524243bad2d1ca74ffc04b8e.tar.gz |
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>
-rw-r--r-- | meta-poky/classes/poky-bleeding.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-poky/classes/poky-bleeding.bbclass b/meta-poky/classes/poky-bleeding.bbclass index b12aea61b0..fe558f25a8 100644 --- a/meta-poky/classes/poky-bleeding.bbclass +++ b/meta-poky/classes/poky-bleeding.bbclass | |||
@@ -9,8 +9,6 @@ python pokybleeding_version_handler () { | |||
9 | bpn = bpn.replace("-nativesdk", "").replace("nativesdk-", "") | 9 | bpn = bpn.replace("-nativesdk", "").replace("nativesdk-", "") |
10 | 10 | ||
11 | if bpn in d.getVar("POKY_AUTOREV_RECIPES").split(): | 11 | if bpn in d.getVar("POKY_AUTOREV_RECIPES").split(): |
12 | if "pseudo" in bpn: | ||
13 | bb.warn("Here 5 %s %s" % (d.getVar("PN"), bpn)) | ||
14 | d.setVar("SRCREV", "${AUTOREV}") | 12 | d.setVar("SRCREV", "${AUTOREV}") |
15 | srcrev_format = d.getVar("SRCREV_FORMAT") | 13 | srcrev_format = d.getVar("SRCREV_FORMAT") |
16 | if srcrev_format: | 14 | if srcrev_format: |