bitbake: Add missing bracket, somehow lost by sync scripts

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-07-01 17:44:12 +01:00
parent f3be8e9a7d
commit ea518846b8
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Default BBFILES are the .bb files in the current directory.""")
# of the UIs (e.g. for DISPLAY, etc.)
bb.utils.clean_environment()
server = server.BitBakeServer(
server = server.BitBakeServer()
server.initServer()
idle = server.getServerIdleCB()