]> code.ossystems Code Review - openembedded-core.git/commit
classes/native: set lt_cv_sys_lib_dlsearch_path_spec
authorRoss Burton <ross.burton@intel.com>
Mon, 3 Oct 2016 14:16:30 +0000 (15:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Oct 2016 14:45:17 +0000 (15:45 +0100)
commit2d0a1b029447842a6f97f72ae636c9020c4206a9
tree6130054c7081674df22e2c42a975b6ec7455875b
parent5b61324fa76b27bb6ce13e78b17e767eed2f8f57
classes/native: set lt_cv_sys_lib_dlsearch_path_spec

This variable is used by libtool to know what paths are on the default loader
search path.  As we have modified loader paths, native.bbclass can tell libtool
that both the sysroot libdir and the host library paths are searched, so no
RPATHs for those will be generated.

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