From d07620667409748ac958977b512842e78972674f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Oct 2017 09:49:00 -0700 Subject: ref-manual: Removed "unsafe-references-in-scripts" test from insane class This test was removed. (From yocto-docs rev: 9defac2c0e0d808bc677bd6d115a72e4db6a554c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 90aa377521..85694440e5 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1768,27 +1768,6 @@ This check was removed for YP 2.3 release --> - unsafe-references-in-scripts: - Reports when a script file installed in - ${base_libdir}, - ${base_bindir}, or - ${base_sbindir}, depends on files - installed under ${exec_prefix}. - This dependency is a concern if you want the system to remain - basically operable if /usr is mounted - separately and is not mounted. - - Defaults for binaries installed in - ${base_libdir}, - ${base_bindir}, and - ${base_sbindir} are - /lib, /bin, and - /sbin, respectively. - The default for a binary installed - under ${exec_prefix} is - /usr. - - useless-rpaths: Checks for dynamic library load paths (rpaths) in the binaries that by default on a standard system are searched by the linker (e.g. -- cgit v1.2.3-54-g00ecf