[oe-commits] [openembedded-core] 04/59: classes/native: set lt_cv_sys_lib_dlsearch_path_spec

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:14:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit f1849bbdf723c07c5ec1b8a5d484293b72927064
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Oct 3 15:16:30 2016 +0100

    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.
    
    (From OE-Core rev: 2d0a1b029447842a6f97f72ae636c9020c4206a9)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/native.bbclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index f67ef00..143f8a9 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -87,8 +87,7 @@ datadir = "${STAGING_DATADIR_NATIVE}"
 
 baselib = "lib"
 
-# Libtool's default paths are correct for the native machine
-lt_cv_sys_lib_dlsearch_path_spec[unexport] = "1"
+export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir} /lib /lib64 /usr/lib /usr/lib64"
 
 NATIVE_PACKAGE_PATH_SUFFIX ?= ""
 bindir .= "${NATIVE_PACKAGE_PATH_SUFFIX}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list