autotools.bbclass: remove -a (require static) from oelibinstall
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Dec 2005 18:02:10 +0000 (18:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 28 Dec 2005 18:02:10 +0000 (18:02 +0000)
classes/autotools.bbclass

index 399cca5..927e343 100644 (file)
@@ -169,7 +169,7 @@ autotools_stage_all() {
                                cp -fpPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR}
                                break
                        fi
-                       oe_libinstall -a -so $(basename $i .la) ${STAGING_LIBDIR}
+                       oe_libinstall -so $(basename $i .la) ${STAGING_LIBDIR}
                done
        fi
        if [ -d ${STAGE_TEMP}/${datadir}/aclocal ]; then