[oe-commits] [openembedded-core] 01/33: classes/cross: set lt_cv_sys_lib_dlsearch_path_spec

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 14:50:27 UTC 2016


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

commit 5b61324fa76b27bb6ce13e78b17e767eed2f8f57
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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/cross.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 8d1e779..01b0933 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