]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toasterui: remove ParseStarted from the event list
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 17 Mar 2016 11:59:02 +0000 (11:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 17:56:11 +0000 (17:56 +0000)
commit1cc102f3d83d9467a3a3c422254333796ba95605
treec199a4caa85b55d1847af3a337ddb027c371cc04
parenta21dc134bdce2c9eb5e47c770094660f0c45c398
toasterui: remove ParseStarted from the event list

bb.event.ParseStarted event is not processed by toasterui, but
present in event list. This causes the following error:
   WARNING: Unknown event: <bb.event.ParseStarted object at ...
and non-zero return code:
   WARNING: Return value is 1

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/toasterui.py