summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index dd85530978..1a7427a812 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -325,7 +325,7 @@ class HobHandler(gobject.GObject):
325 self.server.runCommand(["setVariable", "CVS_PROXY_HOST", host]) 325 self.server.runCommand(["setVariable", "CVS_PROXY_HOST", host])
326 self.server.runCommand(["setVariable", "CVS_PROXY_PORT", port]) 326 self.server.runCommand(["setVariable", "CVS_PROXY_PORT", port])
327 327
328 def request_package_info_async(self): 328 def request_package_info(self):
329 self.commands_async.append(self.SUB_GENERATE_PKGINFO) 329 self.commands_async.append(self.SUB_GENERATE_PKGINFO)
330 self.run_next_command(self.POPULATE_PACKAGEINFO) 330 self.run_next_command(self.POPULATE_PACKAGEINFO)
331 331