runningbuild.py: fix goggle ui
authorEric Bénard <eric@eukrea.com>
Mon, 19 Mar 2012 11:56:19 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Mar 2012 15:21:32 +0000 (15:21 +0000)
commite4adde163ed08b3819c0b9ea26d6f06baca1a81b
tree5c77d1a3aa34b3a8ee0bc271c9207ff9e3a1fdcc
parent4eeee39a12ae2ad476402caea1ed84b65fb02d2b
runningbuild.py: fix goggle ui

* goggle ui actually fails with :
Traceback (most recent call last):
  File ".../bitbake/lib/bb/ui/goggle.py", line 35, in event_handle_idle_func
    build.handle_event (event, pbar)
  File ".../bitbake/lib/bb/ui/crumbs/runningbuild.py", line 234, in handle_event
    pbar.update(0, None, bb.event.getName(event))
TypeError: update() takes exactly 3 arguments (4 given)

(Bitbake rev: 815c113120b73331ecf32d6f57bc034f379bed43)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/runningbuild.py