NULL = open(os.devnull, 'r+')
+
# When we execute a python function we'd like certain things
# in all namespaces, hence we add them to __builtins__
# If we do not do this and use the exec globals, they will
self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed)
column = gtk.TreeViewColumn("Package", gtk.CellRendererText(), text=COL_PKG_NAME)
self.pkg_treeview.append_column(column)
- column.set_sort_column_id(COL_PKG_NAME)
pane.add1(scrolled)
scrolled.add(self.pkg_treeview)
gtk.gdk.threads_enter()
pbar.update(x, progress_total)
gtk.gdk.threads_leave()
-
continue
if isinstance(event, bb.event.ParseCompleted):
import os
import sys
-import itertools
import xmlrpclib
import logging
import progressbar
import bb.msg
-from bb import ui
from bb.ui import uihelper
logger = logging.getLogger("BitBake")
event.stats.completed + event.stats.active +
event.stats.failed + 1,
event.stats.total, event.taskid, event.taskstring)
-
continue
if isinstance(event, bb.runqueue.runQueueTaskFailed):