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 4c0b569439..cd9cccdfce 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -165,7 +165,7 @@ class BBCooker:
165 if not self.configuration.server_register_idlecallback: 165 if not self.configuration.server_register_idlecallback:
166 worker = True 166 worker = True
167 167
168 self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration.params, worker) 168 self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, worker)
169 self.configuration.data = self.databuilder.data 169 self.configuration.data = self.databuilder.data
170 170
171 def enableDataTracking(self): 171 def enableDataTracking(self):