mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
meta-toolchain: do not fail if there is no .la files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1794 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Meta package for building a installable toolchain"
|
DESCRIPTION = "Meta package for building a installable toolchain"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
|
DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
inherit sdk
|
inherit sdk
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ EOF
|
|||||||
rm -rf ${SDK_OUTPUT}/${prefix}/sbin ${SDK_OUTPUT}/${prefix}/etc
|
rm -rf ${SDK_OUTPUT}/${prefix}/sbin ${SDK_OUTPUT}/${prefix}/etc
|
||||||
|
|
||||||
# remove broken .la files
|
# remove broken .la files
|
||||||
rm ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/lib/*.la
|
rm -f ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/lib/*.la
|
||||||
|
|
||||||
mkdir -p ${SDK_DEPLOY}
|
mkdir -p ${SDK_DEPLOY}
|
||||||
cd ${SDK_OUTPUT}
|
cd ${SDK_OUTPUT}
|
||||||
|
|||||||
Reference in New Issue
Block a user