summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 2d937a413c..bda6d1b5c4 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1665,6 +1665,8 @@ class BBCooker:
1665 self.command.reset() 1665 self.command.reset()
1666 self.databuilder.reset() 1666 self.databuilder.reset()
1667 self.data = self.databuilder.data 1667 self.data = self.databuilder.data
1668 self.parsecache_valid = False
1669 self.baseconfig_valid = False
1668 1670
1669 1671
1670class CookerExit(bb.event.Event): 1672class CookerExit(bb.event.Event):