From patchwork Wed May 23 15:18:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/1] Hob: Adjust the progress bar not to show 100% when things are not finished Date: Wed, 23 May 2012 15:18:44 -0000 From: Shane Wang X-Patchwork-Id: 28473 Message-Id: To: bitbake-devel@lists.openembedded.org On build appliance, because the packages are prebuilt, Hob spends much time getting the package list, it is very strange that things are not finsihed but the progress bar shows 100% and wait there. This patch is to fix that and ensure the bar to show 100% if and only if all things are done. The following changes since commit 39a9267dee0a0ee4d87ed51d4a0272549c462b02: Hob: add '--select a machine--' and '--select a base image--' to GUI (2012-05-22 14:56:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/newproxy http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/newproxy Shane Wang (1): Hob: Adjust the progress bar and set 100% only when all is done. bitbake/lib/bb/ui/crumbs/builder.py | 12 ++++++++++-- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-)