]> code.ossystems Code Review - openembedded-core.git/commit
oe/lib/package: handle shlibs files disappearing
authorRoss Burton <ross.burton@intel.com>
Wed, 13 Jul 2016 14:34:53 +0000 (15:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:52 +0000 (10:24 +0100)
commit1e355da3fda742c78d99ddd2ee5caa9df52f92e1
tree2608684a791832ee10174698f4b81979c3ecda5a
parent2676ee77bacde03e75c2ceccfdc4c28a684569e6
oe/lib/package: handle shlibs files disappearing

During a parallel build it's possible for unrelated shlib files to be removed if
the recipe they came from is about to be rebuilt.  They can't be involved in the
dependency chains as otherwise they wouldn't be removed, so just silently handle
files disappearing.

[ YOCTO #8555 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package.py