aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-02-25 18:57:10 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2011-03-01 11:46:46 +0000
commitfd84dc47d353a6333470d0ca8175a3e2555d1ee8 (patch)
treeb98de4f20b2f5e737d7d6f250c08f252732f9bea
parentb6b82f8591b94b63e4577ea26f4c1fb39dbac847 (diff)
downloadopenembedded-core-contrib-fd84dc47d353a6333470d0ca8175a3e2555d1ee8.tar.gz
bitbake/hob: only show one progress dialog when changing machine
Remove a spurious signal emission which resulted in two progress dialogs being shown after changing the machine. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index 699354c610..84f304352e 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -123,7 +123,6 @@ class HobHandler(gobject.GObject):
def set_machine(self, machine):
self.server.runCommand(["setVariable", "MACHINE", machine])
self.current_command = "findConfigFilesMachine"
- self.emit("generating-data")
self.run_next_command()
def set_distro(self, distro):