]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Avoid contention between sstate packages
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2011 17:34:47 +0000 (18:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2011 22:39:50 +0000 (23:39 +0100)
commitc08d7093bf654ffedb155c5627972e9ecfeb0b60
treef4e8f197914737725f705c476c2cc5bae26f6ffb
parent0c12210f63f9705af98bcf5de8ccd715026bace3
sstate: Avoid contention between sstate packages

If several sstate packages are decompressing at the same time, they can
conflict over the "fixmepath". If two packages try to write to this at
the same time it results in an error. To avoid this we remove the file
once we've finished processing it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass