pcre: change do_stage to autotools_stage_all in pcre 4.4
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 29 Dec 2005 02:06:23 +0000 (02:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 02:06:23 +0000 (02:06 +0000)
packages/pcre/pcre_4.4.bb

index 612d76d..f718ac0 100644 (file)
@@ -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*"