diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/depexp.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py index 575dd1c2b7..dcf7e6e2f3 100644 --- a/bitbake/lib/bb/ui/depexp.py +++ b/bitbake/lib/bb/ui/depexp.py | |||
@@ -247,9 +247,7 @@ def main(server, eventHandler): | |||
247 | continue | 247 | continue |
248 | 248 | ||
249 | if isinstance(event, bb.event.CacheLoadCompleted): | 249 | if isinstance(event, bb.event.CacheLoadCompleted): |
250 | gtk.gdk.threads_enter() | 250 | pbar.hide() |
251 | pbar.update(progress_total, progress_total) | ||
252 | gtk.gdk.threads_leave() | ||
253 | continue | 251 | continue |
254 | 252 | ||
255 | if isinstance(event, bb.event.ParseStarted): | 253 | if isinstance(event, bb.event.ParseStarted): |