From eeac1e9dfdaa84e687ee970a7e9681264d5b78d6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 May 2013 12:37:12 +0000 Subject: bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches default (Bitbake rev: d513153cac283aa4ec37135a9190f7a091b6c44b) Signed-off-by: Richard Purdie --- bitbake/lib/bb/cookerdata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/cookerdata.py') 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): self.dump_signatures = False self.dry_run = False self.tracking = False + self.extra_caches = [] self.env = {} -- cgit v1.2.3-54-g00ecf