summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/depexp.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/depexp.py')
-rw-r--r--bitbake/lib/bb/ui/depexp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py
index 3dbd5e0eca..575dd1c2b7 100644
--- a/bitbake/lib/bb/ui/depexp.py
+++ b/bitbake/lib/bb/ui/depexp.py
@@ -254,6 +254,8 @@ def main(server, eventHandler):
254 254
255 if isinstance(event, bb.event.ParseStarted): 255 if isinstance(event, bb.event.ParseStarted):
256 progress_total = event.total 256 progress_total = event.total
257 if progress_total == 0:
258 continue
257 gtk.gdk.threads_enter() 259 gtk.gdk.threads_enter()
258 pbar.set_title("Processing recipes") 260 pbar.set_title("Processing recipes")
259 pbar.update(0, progress_total) 261 pbar.update(0, progress_total)