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 e64c6c5271..144e803b4f 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -121,6 +121,7 @@ class CookerConfiguration(object):
121 self.profile = False 121 self.profile = False
122 self.nosetscene = False 122 self.nosetscene = False
123 self.setsceneonly = False 123 self.setsceneonly = False
124 self.skipsetscene = False
124 self.invalidate_stamp = False 125 self.invalidate_stamp = False
125 self.dump_signatures = [] 126 self.dump_signatures = []
126 self.dry_run = False 127 self.dry_run = False