diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index eb0ed7878e..010105a60f 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -2147,7 +2147,7 @@ class CookerParser(object): | |||
| 2147 | for c in self.bb_caches.values(): | 2147 | for c in self.bb_caches.values(): |
| 2148 | c.sync() | 2148 | c.sync() |
| 2149 | 2149 | ||
| 2150 | sync = threading.Thread(target=sync_caches) | 2150 | sync = threading.Thread(target=sync_caches, name="SyncThread") |
| 2151 | self.syncthread = sync | 2151 | self.syncthread = sync |
| 2152 | sync.start() | 2152 | sync.start() |
| 2153 | bb.codeparser.parser_cache_savemerge() | 2153 | bb.codeparser.parser_cache_savemerge() |
