diff options
| -rw-r--r-- | bitbake/lib/bb/server/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 83385baf60..475931a728 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -243,7 +243,7 @@ class ProcessServer(multiprocessing.Process): | |||
| 243 | lock = bb.utils.lockfile(lockfile, shared=False, retry=False, block=True) | 243 | lock = bb.utils.lockfile(lockfile, shared=False, retry=False, block=True) |
| 244 | if lock: | 244 | if lock: |
| 245 | # We hold the lock so we can remove the file (hide stale pid data) | 245 | # We hold the lock so we can remove the file (hide stale pid data) |
| 246 | bb.utils.remove(lockfile) | 246 | # via unlockfile. |
| 247 | bb.utils.unlockfile(lock) | 247 | bb.utils.unlockfile(lock) |
| 248 | return | 248 | return |
| 249 | 249 | ||
