diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -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 973bc45251..4d3d1a4308 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -270,7 +270,7 @@ class ProcessServer(): | |||
| 270 | lock = None | 270 | lock = None |
| 271 | while not lock and i < 30: | 271 | while not lock and i < 30: |
| 272 | time.sleep(0.1) | 272 | time.sleep(0.1) |
| 273 | _, lock = bb.utils.lockfile(lockfile, shared=False, retry=False, block=False) | 273 | lock = bb.utils.lockfile(lockfile, shared=False, retry=False, block=False) |
| 274 | i += 1 | 274 | i += 1 |
| 275 | if lock: | 275 | if lock: |
| 276 | # We hold the lock so we can remove the file (hide stale pid data) | 276 | # We hold the lock so we can remove the file (hide stale pid data) |
