diff options
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index ccc6858780..0af4558fde 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1085,7 +1085,6 @@ class BBCooker: | |||
1085 | 1085 | ||
1086 | self.buildSetVars() | 1086 | self.buildSetVars() |
1087 | 1087 | ||
1088 | self.recipecache = bb.cache.CacheData(self.caches_array) | ||
1089 | infos = bb.cache.Cache.parse(fn, self.collection.get_file_appends(fn), \ | 1088 | infos = bb.cache.Cache.parse(fn, self.collection.get_file_appends(fn), \ |
1090 | self.data, | 1089 | self.data, |
1091 | self.caches_array) | 1090 | self.caches_array) |