diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 12:37:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 16:42:34 +0100 |
commit | eeac1e9dfdaa84e687ee970a7e9681264d5b78d6 (patch) | |
tree | 938e8e7d23cf3d057d0b787e37b0264fa9c29248 /bitbake | |
parent | d0861b7a12113c6626c6206faf3a9389fb8ef5cb (diff) | |
download | poky-eeac1e9dfdaa84e687ee970a7e9681264d5b78d6.tar.gz |
bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches default
(Bitbake rev: d513153cac283aa4ec37135a9190f7a091b6c44b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cookerdata.py | 1 |
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 | ||