utils.py: Fix lockfile retry handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2011 17:49:32 +0000 (17:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Nov 2011 11:44:29 +0000 (11:44 +0000)
commit5cf4bbffc035c3321539903ca15e0401d15b0be2
treee11c6bdd356f1093fc5c66bc1b0dbcd247d661c3
parent969a29034095f80be8813fb5cf67c28539e7dcda
utils.py: Fix lockfile retry handling

The lockfile retry parameter is expected to return immediately after
attempting to take the lock. There was a bug in the logic which this
patch fixed to ensure it does that.

(Bitbake rev: f421ef819f00ac659504d9af41bcc8323422ff8c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/utils.py