diff options
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/runningbuild.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/bitbake/lib/bb/ui/crumbs/runningbuild.py index 718f692412..10ca394061 100644 --- a/bitbake/lib/bb/ui/crumbs/runningbuild.py +++ b/bitbake/lib/bb/ui/crumbs/runningbuild.py | |||
@@ -231,8 +231,8 @@ class RunningBuild (gobject.GObject): | |||
231 | HobColors.OK, | 231 | HobColors.OK, |
232 | 0)) | 232 | 0)) |
233 | if pbar: | 233 | if pbar: |
234 | pbar.update(0, None, bb.event.getName(event)) | 234 | pbar.update(0, self.progress_total) |
235 | pbar.set_title() | 235 | pbar.set_title(bb.event.getName(event)) |
236 | 236 | ||
237 | elif isinstance(event, bb.event.BuildCompleted): | 237 | elif isinstance(event, bb.event.BuildCompleted): |
238 | failures = int (event._failures) | 238 | failures = int (event._failures) |