]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-toolchain: Fix symlink path
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 8 Oct 2010 15:42:42 +0000 (16:42 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 8 Oct 2010 15:45:50 +0000 (16:45 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-tbd/meta/meta-toolchain.bb

index f976457bc568339d8b0cbf6eb2d4f9caf094d48c..2fab8f94b28268408a293fd0d55ba2d8a36c7045 100644 (file)
@@ -73,7 +73,7 @@ do_populate_sdk() {
        rm -f ${SDK_OUTPUT}/${SDKPATHNATIVE}${libdir_nativesdk}/*.la
 
        # Link the ld.so.cache file into the hosts filesystem
-       ln -s /etc/ld.so.cache ${SDKPATHNATIVE}/etc/ld.so.cache
+       ln -s /etc/ld.so.cache ${SDK_OUTPUT}/${SDKPATHNATIVE}/etc/ld.so.cache
 
        # Setup site file for external use
        siteconfig=${SDK_OUTPUT}/${SDKPATH}/site-config-${MULTIMACH_TARGET_SYS}