]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake/hob: only show one progress dialog when changing machine
authorJoshua Lock <josh@linux.intel.com>
Fri, 25 Feb 2011 18:57:10 +0000 (18:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jun 2011 12:36:32 +0000 (13:36 +0100)
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>
lib/bb/ui/crumbs/hobeventhandler.py

index 00e506c2c60677680d0b27b3ea7af075d92f5660..c474491d6a7946751b4c69a88d4f1839e414deb4 100644 (file)
@@ -125,7 +125,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):