summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-02-25 18:57:10 +0000
committerSaul Wold <sgw@linux.intel.com>2011-02-25 15:24:32 -0800
commit7738e86e8b4881056bd44d0f767d17b36159a7bb (patch)
treef56947073704fd1877375266ead3ca17526862fb /bitbake
parent3edadc98025ef5f4c166ad5fd7981bae1be2c943 (diff)
downloadpoky-7738e86e8b4881056bd44d0f767d17b36159a7bb.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>
Diffstat (limited to 'bitbake')
-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):
123 def set_machine(self, machine): 123 def set_machine(self, machine):
124 self.server.runCommand(["setVariable", "MACHINE", machine]) 124 self.server.runCommand(["setVariable", "MACHINE", machine])
125 self.current_command = "findConfigFilesMachine" 125 self.current_command = "findConfigFilesMachine"
126 self.emit("generating-data")
127 self.run_next_command() 126 self.run_next_command()
128 127
129 def set_distro(self, distro): 128 def set_distro(self, distro):