mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02: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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user