bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their handling in the UI

These events are superfluous now that BB operates on a task level granularity.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bradford
2008-10-20 11:35:49 +00:00
parent a8644924ab
commit f105cdc88a
4 changed files with 0 additions and 21 deletions

View File

@@ -56,9 +56,6 @@ def init(server, eventHandler):
if event is None:
continue
#print event
if event[0].startswith('bb.event.Pkg'):
print "NOTE: %s" % event[1]['_message']
continue
if event[0].startswith('bb.msg.MsgPlain'):
print event[1]['_message']
continue