diff options
author | Ross Burton <ross.burton@intel.com> | 2017-03-20 16:45:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:43:03 +0000 |
commit | a6af5bbf3dad6f0951c67a0aae13ef86a8906893 (patch) | |
tree | 2a2eaa9b461aabfe5af5bc622de6cc17207b7f85 /meta/classes/distutils3.bbclass | |
parent | 1a6555dfd17e180b81dec407095787d8a72a9edd (diff) | |
download | openembedded-core-a6af5bbf3dad6f0951c67a0aae13ef86a8906893.tar.gz openembedded-core-a6af5bbf3dad6f0951c67a0aae13ef86a8906893.tar.bz2 openembedded-core-a6af5bbf3dad6f0951c67a0aae13ef86a8906893.zip |
insane: remove broken unsafe-references-in-binaries test
This test aims to detect binaries in /bin which link to libraries in /usr/lib,
for the case where the user has /usr on a separate filesystem to /.
However it doesn't scan both image/ and the sysroot, so if a binary in /bin
links to a library in /usr/lib that was built by the same recipe then it will
error out.
This test isn't enabled by default, and because of this serious bug I suspect
nobody else is enabling it either. As /usr being on a separate partition to /
is a very rare configuration these days I think we should delete the test: if
someone cares sufficiently they should write a test that actually works.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/distutils3.bbclass')
0 files changed, 0 insertions, 0 deletions