mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user