diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:42:42 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:45:50 +0100 |
commit | 45e05c1316181e76c256c1c2538e06539cc3aa5c (patch) | |
tree | 8998711663387abc692500f5bb198ca18400c0da /meta/recipes-tbd | |
parent | ad042da70348e9f301a25b855248e8fbce495ab8 (diff) | |
download | poky-45e05c1316181e76c256c1c2538e06539cc3aa5c.tar.gz |
meta-toolchain: Fix symlink path
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-tbd')
-rw-r--r-- | meta/recipes-tbd/meta/meta-toolchain.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
73 | rm -f ${SDK_OUTPUT}/${SDKPATHNATIVE}${libdir_nativesdk}/*.la | 73 | rm -f ${SDK_OUTPUT}/${SDKPATHNATIVE}${libdir_nativesdk}/*.la |
74 | 74 | ||
75 | # Link the ld.so.cache file into the hosts filesystem | 75 | # Link the ld.so.cache file into the hosts filesystem |
76 | ln -s /etc/ld.so.cache ${SDKPATHNATIVE}/etc/ld.so.cache | 76 | ln -s /etc/ld.so.cache ${SDK_OUTPUT}/${SDKPATHNATIVE}/etc/ld.so.cache |
77 | 77 | ||
78 | # Setup site file for external use | 78 | # Setup site file for external use |
79 | siteconfig=${SDK_OUTPUT}/${SDKPATH}/site-config-${MULTIMACH_TARGET_SYS} | 79 | siteconfig=${SDK_OUTPUT}/${SDKPATH}/site-config-${MULTIMACH_TARGET_SYS} |