]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-toolchain: Remove all problematic .la files
authorRichard Purdie <richard@openedhand.com>
Mon, 7 Apr 2008 16:50:37 +0000 (16:50 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 7 Apr 2008 16:50:37 +0000 (16:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4184 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/meta-toolchain.bb

index d9dcfda9b8f35f49eb98762008f8108598d49a78..be365349e92393db64f301fecb0e41de41b5ad06 100644 (file)
@@ -73,7 +73,9 @@ do_populate_sdk() {
        done
 
        # Remove broken .la files
-       rm -f ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/lib/*.la
+       rm -f ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/${layout_base_libdir}/*.la
+       rm -f ${SDK_OUTPUT}/${prefix}/${TARGET_SYS}/${layout_libdir}/*.la
+       rm -f ${SDK_OUTPUT}/${prefix}/lib/*.la
 
        # Setup site file for external use
        siteconfig=${SDK_OUTPUT}/${prefix}/site-config