summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index cbac1f73e0..b6bd7400fe 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -856,8 +856,8 @@ class BBCooker:
856 if data.getVar("BB_WORKERCONTEXT", False) is None: 856 if data.getVar("BB_WORKERCONTEXT", False) is None:
857 bb.fetch.fetcher_init(data) 857 bb.fetch.fetcher_init(data)
858 bb.codeparser.parser_cache_init(data) 858 bb.codeparser.parser_cache_init(data)
859 bb.parse.init_parser(data)
860 bb.event.fire(bb.event.ConfigParsed(), data) 859 bb.event.fire(bb.event.ConfigParsed(), data)
860 bb.parse.init_parser(data)
861 self.configuration.data = data 861 self.configuration.data = data
862 862
863 def handleCollections( self, collections ): 863 def handleCollections( self, collections ):