]> code.ossystems Code Review - openembedded-core.git/commit
insane: remove broken unsafe-references-in-binaries test
authorRoss Burton <ross.burton@intel.com>
Thu, 25 May 2017 11:16:50 +0000 (12:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2017 16:37:58 +0000 (17:37 +0100)
commit2f5b5685f75fc63489b628b540fcdd4c7cb27096
treef3937316e4c5ead71fd61e8990dabd50b66e427c
parent6c69b5edc5711d2e5304a931e43eba562a095191
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)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass