summaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-10 17:25:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-10 18:04:07 +0100
commit1430a36e81737bd92245042710eb9d6ad8b6f1a7 (patch)
treed4f21b42ae0e98cafd66cb8e1c699f241ad9cb25 /lib/bb/cache.py
parentc3c2ad6f22e35b893a353d4c21d0e923e46ad07b (diff)
downloadopenembedded-core-contrib-1430a36e81737bd92245042710eb9d6ad8b6f1a7.tar.gz
bitbake/cooker: Fix -b option by ensuring the empty cache structure is present
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cache.py')
-rw-r--r--lib/bb/cache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index d4a16ad769..6c92a9363a 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -701,7 +701,6 @@ class CacheData(object):
self.ignored_dependencies = []
self.world_target = set()
self.bbfile_priority = {}
- self.bbfile_config_priorities = []
def add_from_recipeinfo(self, fn, info_array):
for info in info_array: