mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
ui/depexp: If we're parsing zero files we need to ensure the cache progress bar gets hidden
(Bitbake rev: c8f46dfcc2f660a9cd52c64515624fad8d66461a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -247,9 +247,7 @@ def main(server, eventHandler):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(event, bb.event.CacheLoadCompleted):
|
if isinstance(event, bb.event.CacheLoadCompleted):
|
||||||
gtk.gdk.threads_enter()
|
pbar.hide()
|
||||||
pbar.update(progress_total, progress_total)
|
|
||||||
gtk.gdk.threads_leave()
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(event, bb.event.ParseStarted):
|
if isinstance(event, bb.event.ParseStarted):
|
||||||
|
|||||||
Reference in New Issue
Block a user