From: John Bowler Date: Thu, 29 Dec 2005 02:06:23 +0000 (+0000) Subject: pcre: change do_stage to autotools_stage_all in pcre 4.4 X-Git-Tag: Release-2010-05/1~9453^2~2833^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9264f7c63c0d82b12d036db240dbea53961cdf;p=openembedded.git pcre: change do_stage to autotools_stage_all in pcre 4.4 --- diff --git a/packages/pcre/pcre_4.4.bb b/packages/pcre/pcre_4.4.bb index 612d76d835..f718ac0830 100644 --- a/packages/pcre/pcre_4.4.bb +++ b/packages/pcre/pcre_4.4.bb @@ -27,10 +27,7 @@ do_compile () { } do_stage () { - oe_libinstall -a -so libpcre ${STAGING_LIBDIR} - oe_libinstall -a -so libpcreposix ${STAGING_LIBDIR} - install -m 0644 pcre.h ${STAGING_INCDIR}/ - install -m 0644 pcreposix.h ${STAGING_INCDIR}/ + autotools_stage_all } FILES_${PN} = "${libdir}/lib*.so*"