summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-01 17:44:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-01 17:44:12 +0100
commitea518846b889a1bad2263d1cb49cb238a295a8e7 (patch)
tree6877e4185c26f61e7d57b6f567ddd1ae08d4adfb
parentf3be8e9a7df13cc11ffc8fc667efaf2db96a7c38 (diff)
downloadpoky-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>
-rwxr-xr-xbitbake/bin/bitbake2
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()