From: Koen Kooi Date: Wed, 28 Dec 2005 18:02:10 +0000 (+0000) Subject: autotools.bbclass: remove -a (require static) from oelibinstall X-Git-Tag: Release-2010-05/1~9453^2~2838 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bc0c3b354ab3191097d7f64a00e896dfa5228d;p=openembedded.git autotools.bbclass: remove -a (require static) from oelibinstall --- diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 399cca5699..927e3432b7 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -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