]> code.ossystems Code Review - openembedded-core.git/commit
insane: remove broken unsafe-references-in-binaries test
authorRoss Burton <ross.burton@intel.com>
Mon, 20 Mar 2017 16:45:14 +0000 (16:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:03 +0000 (22:43 +0000)
commita6af5bbf3dad6f0951c67a0aae13ef86a8906893
tree2a2eaa9b461aabfe5af5bc622de6cc17207b7f85
parent1a6555dfd17e180b81dec407095787d8a72a9edd
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>
meta/classes/insane.bbclass