summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cookerdata.py')
-rw-r--r--bitbake/lib/bb/cookerdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py
index b47e7f3230..9f4067404a 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -137,6 +137,7 @@ class CookerConfiguration(object):
137 self.force = False 137 self.force = False
138 self.profile = False 138 self.profile = False
139 self.nosetscene = False 139 self.nosetscene = False
140 self.setsceneonly = False
140 self.invalidate_stamp = False 141 self.invalidate_stamp = False
141 self.dump_signatures = [] 142 self.dump_signatures = []
142 self.dry_run = False 143 self.dry_run = False