mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 23:32:20 +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:
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user