diff options
| -rwxr-xr-x | bitbake/lib/bb/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 443f5ec2fd..3ff43cf9ae 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
| @@ -367,6 +367,7 @@ def start_server(servermodule, configParams, configuration, features): | |||
| 367 | raise | 367 | raise |
| 368 | if not configParams.foreground: | 368 | if not configParams.foreground: |
| 369 | server.detach() | 369 | server.detach() |
| 370 | cooker.shutdown() | ||
| 370 | cooker.lock.close() | 371 | cooker.lock.close() |
| 371 | return server | 372 | return server |
| 372 | 373 | ||
