summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-02-25 18:57:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-08 13:36:32 +0100
commita33b34b27afc15ecbee3e9bf724db63e02dc6bc3 (patch)
tree4deabee89bdbd9e898ce304c9e5aacd991c61334
parent15af83452c3b126f13b95d5d01a36ce2ecf0fbb2 (diff)
downloadbitbake-a33b34b27afc15ecbee3e9bf724db63e02dc6bc3.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. (From Poky rev: 7738e86e8b4881056bd44d0f767d17b36159a7bb) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/crumbs/hobeventhandler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hobeventhandler.py b/lib/bb/ui/crumbs/hobeventhandler.py
index 00e506c2c..c474491d6 100644
--- a/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/lib/bb/ui/crumbs/hobeventhandler.py
@@ -125,7 +125,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):