diff options
Diffstat (limited to 'bitbake/lib/bb/daemonize.py')
| -rw-r--r-- | bitbake/lib/bb/daemonize.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index f01e6ec7cc..c187fcfc6c 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/bitbake/lib/bb/daemonize.py | |||
| @@ -14,6 +14,8 @@ import sys | |||
| 14 | import io | 14 | import io |
| 15 | import traceback | 15 | import traceback |
| 16 | 16 | ||
| 17 | import bb | ||
| 18 | |||
| 17 | def createDaemon(function, logfile): | 19 | def createDaemon(function, logfile): |
| 18 | """ | 20 | """ |
| 19 | Detach a process from the controlling terminal and run it in the | 21 | Detach a process from the controlling terminal and run it in the |
