diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index d96afcc669..48c3002ce3 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -2263,6 +2263,7 @@ class CookerParser(object): | |||
2263 | 2263 | ||
2264 | 2264 | ||
2265 | bb.codeparser.parser_cache_savemerge() | 2265 | bb.codeparser.parser_cache_savemerge() |
2266 | bb.cache.SiggenRecipeInfo.reset() | ||
2266 | bb.fetch.fetcher_parse_done() | 2267 | bb.fetch.fetcher_parse_done() |
2267 | if self.cooker.configuration.profile: | 2268 | if self.cooker.configuration.profile: |
2268 | profiles = [] | 2269 | profiles = [] |