diff options
| author | Shane Wang <shane.wang@intel.com> | 2012-04-09 22:13:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 00:05:21 +0100 |
| commit | c5964a79c7ec74cabd81bf476ea844d5af361119 (patch) | |
| tree | 96dd2837d74424c7e504d247bd83955fece5b4a6 /bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |
| parent | 2176e1489471ba30b19e9657959d7fcbcf06384c (diff) | |
| download | poky-c5964a79c7ec74cabd81bf476ea844d5af361119.tar.gz | |
Hob: clean up request_package_info_async()
(Bitbake rev: e95b52820f26a7a35865e8978ea752053dccd4b1)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 |
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 | ||
