Remove a spurious signal emission which resulted in two progress dialogs
being shown after changing the machine.
(From Poky rev:
7738e86e8b4881056bd44d0f767d17b36159a7bb)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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):