mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
bitbake: Add missing bracket, somehow lost by sync scripts
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -202,7 +202,7 @@ Default BBFILES are the .bb files in the current directory.""")
|
|||||||
# of the UIs (e.g. for DISPLAY, etc.)
|
# of the UIs (e.g. for DISPLAY, etc.)
|
||||||
bb.utils.clean_environment()
|
bb.utils.clean_environment()
|
||||||
|
|
||||||
server = server.BitBakeServer(
|
server = server.BitBakeServer()
|
||||||
|
|
||||||
server.initServer()
|
server.initServer()
|
||||||
idle = server.getServerIdleCB()
|
idle = server.getServerIdleCB()
|
||||||
|
|||||||
Reference in New Issue
Block a user