aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-12-29 02:06:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-29 02:06:23 +0000
commit7d9264f7c63c0d82b12d036db240dbea53961cdf (patch)
tree454cd38e2862f65113399619fdefc228746646dc
parentf972f14b83e8f3e6657a393921e2a01f3ca0a880 (diff)
downloadopenembedded-7d9264f7c63c0d82b12d036db240dbea53961cdf.tar.gz
pcre: change do_stage to autotools_stage_all in pcre 4.4
-rw-r--r--packages/pcre/pcre_4.4.bb5
1 files changed, 1 insertions, 4 deletions
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*"