summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
authorRobert Bradford <rob@openedhand.com>2008-10-20 11:35:49 +0000
committerRobert Bradford <rob@openedhand.com>2008-10-20 11:35:49 +0000
commitf105cdc88a735b6e0a0b1b0c5a0bd3931a5ad9c3 (patch)
tree28c6a3b1602603b31bba81b085dc00330e47faab /bitbake-dev/lib/bb/ui/knotty.py
parenta8644924ab92b090546df1869714b57ba91fcd8b (diff)
downloadpoky-f105cdc88a735b6e0a0b1b0c5a0bd3931a5ad9c3.tar.gz
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
Diffstat (limited to 'bitbake-dev/lib/bb/ui/knotty.py')
-rw-r--r--bitbake-dev/lib/bb/ui/knotty.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake-dev/lib/bb/ui/knotty.py b/bitbake-dev/lib/bb/ui/knotty.py
index 9e89660307..5e7544ea03 100644
--- a/bitbake-dev/lib/bb/ui/knotty.py
+++ b/bitbake-dev/lib/bb/ui/knotty.py
@@ -56,9 +56,6 @@ def init(server, eventHandler):
56 if event is None: 56 if event is None:
57 continue 57 continue
58 #print event 58 #print event
59 if event[0].startswith('bb.event.Pkg'):
60 print "NOTE: %s" % event[1]['_message']
61 continue
62 if event[0].startswith('bb.msg.MsgPlain'): 59 if event[0].startswith('bb.msg.MsgPlain'):
63 print event[1]['_message'] 60 print event[1]['_message']
64 continue 61 continue