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 4446addc77..67bf925441 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -411,6 +411,8 @@ class BBCooker:
411 self.data.disableTracking() 411 self.data.disableTracking()
412 412
413 def parseConfiguration(self): 413 def parseConfiguration(self):
414 self.updateCacheSync()
415
414 # Change nice level if we're asked to 416 # Change nice level if we're asked to
415 nice = self.data.getVar("BB_NICE_LEVEL") 417 nice = self.data.getVar("BB_NICE_LEVEL")
416 if nice: 418 if nice: