1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Joshua Lock
2011-02-25 18:57:10 +00:00
committed by Saul Wold
parent 3edadc9802
commit 7738e86e8b
@@ -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):