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 cbaa0bed47..149878f402 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -125,6 +125,7 @@ class CookerConfiguration(object):
125 self.dump_signatures = False 125 self.dump_signatures = False
126 self.dry_run = False 126 self.dry_run = False
127 self.tracking = False 127 self.tracking = False
128 self.extra_caches = []
128 129
129 self.env = {} 130 self.env = {}
130 131