generic-poky/bitbake/lib/bb/ui
Paul Eggleton bc3a206de3 bitbake: knotty: avoid errors when fetching outside of a task
In a few places we use the fetcher code to fetch files outside of a
task, for example uninative in OE. In that case the pid of the event is
0 and that was causing an error in BBUIHelper.eventHandler(). Check the
pid and do nothing if it's 0.

(Bitbake rev: 59cb919e5cd5c653fb4d69b2d6a4320648443e10)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-19 08:56:50 +01:00
..
icons bitbake: Add missing file that went out of sync 2013-06-12 13:13:21 +01:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
buildinfohelper.py bitbake: buildinfohelper: ensure task datetimes are timezone-aware 2016-07-08 09:57:28 +01:00
depexp.py bitbake: depexp.py: port to gtk+3 2016-06-20 17:23:56 +01:00
knotty.py bitbake: knotty: Handle process indicators more gracefully 2016-07-08 09:57:27 +01:00
ncurses.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
toasterui.py bitbake: toasterui: capture keyboard interrupts the same way as knotty 2016-05-17 14:43:30 +01:00
uievent.py bitbake: bitbake: fix wrong usage of format_exc 2016-06-16 11:51:26 +01:00
uihelper.py bitbake: knotty: avoid errors when fetching outside of a task 2016-07-19 08:56:50 +01:00