1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

bitbake/cooker: Fix -b option by ensuring the empty cache structure is present

(Bitbake rev: 1430a36e81737bd92245042710eb9d6ad8b6f1a7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-06-10 17:25:04 +01:00
parent b30cb584a7
commit ba5db2d81c
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -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: