diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index d7186e8516..71108eeed7 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -12,14 +12,12 @@ Handles preparation and execution of a queue of tasks | |||
| 12 | import copy | 12 | import copy |
| 13 | import os | 13 | import os |
| 14 | import sys | 14 | import sys |
| 15 | import signal | ||
| 16 | import stat | 15 | import stat |
| 17 | import fcntl | ||
| 18 | import errno | 16 | import errno |
| 19 | import logging | 17 | import logging |
| 20 | import re | 18 | import re |
| 21 | import bb | 19 | import bb |
| 22 | from bb import msg, data, event | 20 | from bb import msg, event |
| 23 | from bb import monitordisk | 21 | from bb import monitordisk |
| 24 | import subprocess | 22 | import subprocess |
| 25 | import pickle | 23 | import pickle |
