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 48c3002ce3..b81f8e0c59 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -2226,6 +2226,7 @@ class CookerParser(object): | |||
2226 | 2226 | ||
2227 | def sync_caches(): | 2227 | def sync_caches(): |
2228 | for c in self.bb_caches.values(): | 2228 | for c in self.bb_caches.values(): |
2229 | bb.cache.SiggenRecipeInfo.reset() | ||
2229 | c.sync() | 2230 | c.sync() |
2230 | 2231 | ||
2231 | self.syncthread = threading.Thread(target=sync_caches, name="SyncThread") | 2232 | self.syncthread = threading.Thread(target=sync_caches, name="SyncThread") |