From ba5db2d81c11089a321629cf2161c78adfe95675 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Jun 2011 17:25:04 +0100 Subject: bitbake/cooker: Fix -b option by ensuring the empty cache structure is present (Bitbake rev: 1430a36e81737bd92245042710eb9d6ad8b6f1a7) Signed-off-by: Richard Purdie --- bitbake/lib/bb/cache.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/cache.py') diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index d4a16ad769..6c92a9363a 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/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: -- cgit v1.2.3-54-g00ecf