]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
base.bbclass: remove unneeded bb.runqueue import
authorChen Qi <Qi.Chen@windriver.com>
Fri, 12 Sep 2025 08:13:54 +0000 (16:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Sep 2025 16:52:52 +0000 (17:52 +0100)
base.bbclass no longer uses bb.runqueue[1]. Remove the import.

[1] https://git.openembedded.org/openembedded-core/commit/?id=2af49716504f65be0cb01f609ea9bfa334926589

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/base.bbclass

index 6be1f5c2df204e13700de360ecb14c552c50121c..6de17d1bb5dd7fd8ee9ec7bad71dbcc9efdc986e 100644 (file)
@@ -279,8 +279,6 @@ def buildcfg_neededvars(d):
 addhandler base_eventhandler
 base_eventhandler[eventmask] = "bb.event.ConfigParsed bb.event.MultiConfigParsed bb.event.BuildStarted bb.event.RecipePreFinalise bb.event.RecipeParsed bb.event.RecipePreDeferredInherits"
 python base_eventhandler() {
-    import bb.runqueue
-
     if isinstance(e, bb.event.RecipePreDeferredInherits):
         # Use this to snoop on class extensions and set these up before the deferred inherits
         # are processed which allows overrides on conditional variables.