[oe-commits] [openembedded-core] 03/59: classes/cross: set lt_cv_sys_lib_dlsearch_path_spec

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:14:45 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 add28b02e42ffc68a8762029521d08c13110b847
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Oct 3 15:16:29 2016 +0100

    classes/cross: 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, cross.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: 5b61324fa76b27bb6ce13e78b17e767eed2f8f57)
    
    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/cross.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 81d1c9d..e7a1c88 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -17,6 +17,8 @@ HOST_CC_ARCH = "${BUILD_CC_ARCH}"
 HOST_LD_ARCH = "${BUILD_LD_ARCH}"
 HOST_AS_ARCH = "${BUILD_AS_ARCH}"
 
+export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir} /lib /lib64 /usr/lib /usr/lib64"
+
 STAGING_DIR_HOST = "${STAGING_DIR}/${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}"
 
 PACKAGE_ARCH = "${BUILD_ARCH}"

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


More information about the Openembedded-commits mailing list