diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-09-18 16:54:42 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:23:59 +0100 |
commit | 927b3b05a7f6b85967f7375b1942605fe8d37d0c (patch) | |
tree | 01872f368554dbe64b56f7dddb26be7f6c9bbe4a /README.LSB | |
parent | 752a8a02d52cf868d1c182672d6ceb3d455dfa1e (diff) | |
download | openembedded-core-927b3b05a7f6b85967f7375b1942605fe8d37d0c.tar.gz openembedded-core-927b3b05a7f6b85967f7375b1942605fe8d37d0c.tar.bz2 openembedded-core-927b3b05a7f6b85967f7375b1942605fe8d37d0c.zip |
classes/externalsrc: delete symlinks at start of do_buildclean
To help users find the work and log directories (especially within the
eSDK) we create symlinks to these from the source tree. However during
do_buildclean we call "make clean", and some project Makefiles which
delete something like "*/*/lib" which will match files underneath the
oe-workdir symlink and fail. do_buildclean is called from do_clean which
is in turn called by devtool reset by default, and thus devtool reset is
blocked. An example of a recipe where this is visible is the openssl-qat
recipe in meta-intel.
In order to fix this, delete the symlinks at the start of do_buildclean
since we shouldn't need them at that point anyway, and thus make clean
won't be able to trip over them.
Fixes [YOCTO #11036].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'README.LSB')
0 files changed, 0 insertions, 0 deletions