diff options
| -rwxr-xr-x | bitbake/bin/bitbake-worker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker index 6580078aff..b438d98dc9 100755 --- a/bitbake/bin/bitbake-worker +++ b/bitbake/bin/bitbake-worker | |||
| @@ -9,6 +9,7 @@ import logging | |||
| 9 | import bb | 9 | import bb |
| 10 | import select | 10 | import select |
| 11 | import errno | 11 | import errno |
| 12 | import signal | ||
| 12 | 13 | ||
| 13 | # Users shouldn't be running this code directly | 14 | # Users shouldn't be running this code directly |
| 14 | if len(sys.argv) != 2 or sys.argv[1] != "decafbad": | 15 | if len(sys.argv) != 2 or sys.argv[1] != "decafbad": |
