diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-10 17:25:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 15:10:07 +0100 |
commit | ba5db2d81c11089a321629cf2161c78adfe95675 (patch) | |
tree | e0aba5bf56dbc14d3914e05fc336ef3ea97cfbfb /bitbake/lib/bb/cache.py | |
parent | b30cb584a738915113e88b7db1028d53b2bae5f9 (diff) | |
download | poky-ba5db2d81c11089a321629cf2161c78adfe95675.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r-- | bitbake/lib/bb/cache.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): | |||
701 | self.ignored_dependencies = [] | 701 | self.ignored_dependencies = [] |
702 | self.world_target = set() | 702 | self.world_target = set() |
703 | self.bbfile_priority = {} | 703 | self.bbfile_priority = {} |
704 | self.bbfile_config_priorities = [] | ||
705 | 704 | ||
706 | def add_from_recipeinfo(self, fn, info_array): | 705 | def add_from_recipeinfo(self, fn, info_array): |
707 | for info in info_array: | 706 | for info in info_array: |