[oe-commits] [bitbake] 08/08: toasterui: remove ParseStarted from the event list

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 17:57:00 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 1cc102f3d83d9467a3a3c422254333796ba95605
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Thu Mar 17 11:59:02 2016 +0000

    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 at linux.intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/ui/toasterui.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/bb/ui/toasterui.py b/lib/bb/ui/toasterui.py
index 6b64b4a..538a409 100644
--- a/lib/bb/ui/toasterui.py
+++ b/lib/bb/ui/toasterui.py
@@ -115,7 +115,6 @@ _evt_list = [
     "bb.event.NoProvider",
     "bb.event.ParseCompleted",
     "bb.event.ParseProgress",
-    "bb.event.ParseStarted",
     "bb.event.RecipeParsed",
     "bb.event.SanityCheck",
     "bb.event.SanityCheckPassed",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list