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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 81027db265..3740c61dc6 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1468,6 +1468,7 @@ class BBCooker:
1468 self.updateCacheSync() 1468 self.updateCacheSync()
1469 1469
1470 if self.state != state.parsing and not self.parsecache_valid: 1470 if self.state != state.parsing and not self.parsecache_valid:
1471 bb.parse.siggen.reset(self.data)
1471 self.parseConfiguration () 1472 self.parseConfiguration ()
1472 if CookerFeatures.SEND_SANITYEVENTS in self.featureset: 1473 if CookerFeatures.SEND_SANITYEVENTS in self.featureset:
1473 for mc in self.multiconfigs: 1474 for mc in self.multiconfigs: