diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 17:44:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 17:44:12 +0100 |
commit | ea518846b889a1bad2263d1cb49cb238a295a8e7 (patch) | |
tree | 6877e4185c26f61e7d57b6f567ddd1ae08d4adfb /bitbake/bin | |
parent | f3be8e9a7df13cc11ffc8fc667efaf2db96a7c38 (diff) | |
download | poky-1.1_M2.rc1.tar.gz |
bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 2564e97123..c71c2d423e 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -202,7 +202,7 @@ Default BBFILES are the .bb files in the current directory.""") | |||
202 | # of the UIs (e.g. for DISPLAY, etc.) | 202 | # of the UIs (e.g. for DISPLAY, etc.) |
203 | bb.utils.clean_environment() | 203 | bb.utils.clean_environment() |
204 | 204 | ||
205 | server = server.BitBakeServer( | 205 | server = server.BitBakeServer() |
206 | 206 | ||
207 | server.initServer() | 207 | server.initServer() |
208 | idle = server.getServerIdleCB() | 208 | idle = server.getServerIdleCB() |