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, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 90de40d649..7d040dcd88 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1616,6 +1616,8 @@ class BBCooker:
1616 def clientComplete(self): 1616 def clientComplete(self):
1617 """Called when the client is done using the server""" 1617 """Called when the client is done using the server"""
1618 self.finishcommand() 1618 self.finishcommand()
1619 self.extraconfigdata = {}
1620 self.command.reset()
1619 self.databuilder.reset() 1621 self.databuilder.reset()
1620 self.data = self.databuilder.data 1622 self.data = self.databuilder.data
1621 1623