mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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…
Reference in New Issue
Block a user