From 45e05c1316181e76c256c1c2538e06539cc3aa5c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 8 Oct 2010 16:42:42 +0100 Subject: meta-toolchain: Fix symlink path Signed-off-by: Richard Purdie --- meta/recipes-tbd/meta/meta-toolchain.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-tbd/meta/meta-toolchain.bb') diff --git a/meta/recipes-tbd/meta/meta-toolchain.bb b/meta/recipes-tbd/meta/meta-toolchain.bb index f976457bc5..2fab8f94b2 100644 --- a/meta/recipes-tbd/meta/meta-toolchain.bb +++ b/meta/recipes-tbd/meta/meta-toolchain.bb @@ -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} -- cgit v1.2.3-54-g00ecf