meta-toolchain: Fix typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4481 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-15 14:18:53 +00:00
parent 0a4ca92efe
commit 9bc7b7c4f1
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ do_populate_sdk() {
echo 'export TARGET_CFLAGS="-I${prefix}/${TARGET_SYS}${layout_includedir}"' >> $script
echo 'export TARGET_LDFLAGS="-L${prefix}/${TARGET_SYS}${layout_libdir}"' >> $script
# Workaround darwin toolchain sysroot path problems
cd ${SDK_OUTPUT}{prefix}/${TARGET_SYS}/usr
cd ${SDK_OUTPUT}${prefix}/${TARGET_SYS}/usr
ln -s /usr/local local
fi
echo "alias opkg='LD_LIBRARY_PATH=${prefix}/lib ${prefix}/bin/opkg-cl -f ${sysconfdir}/opkg-sdk.conf -o ${prefix}'" >> $script