diff options
author | Ross Burton <ross.burton@intel.com> | 2017-05-25 12:16:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 17:38:36 +0100 |
commit | 00966fd90d8c79a1cac80224b106da813f68f317 (patch) | |
tree | 06bcf9da76e87d985ad90692b46ebdadbf462791 /meta/classes/ccache.bbclass | |
parent | e7f948f28a56483cf6d1e4a9afda98a373869c15 (diff) | |
download | poky-00966fd90d8c79a1cac80224b106da813f68f317.tar.gz |
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.
(From OE-Core rev: a6af5bbf3dad6f0951c67a0aae13ef86a8906893)
(From OE-Core rev: 2f5b5685f75fc63489b628b540fcdd4c7cb27096)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/ccache.bbclass')
0 files changed, 0 insertions, 0 deletions