apr: upgrade to 0.9.12, fix staging
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 May 2006 12:28:20 +0000 (12:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 12:28:20 +0000 (12:28 +0000)
apr-util: upgrade to 0.9.12, fix staging
NOTE: it's not enough to stage the library, you need to stage includes as well
NOTE: alternatively, call autotools_stage_all

packages/apr/apr-util_0.9.12.bb [moved from packages/apr/apr-util_0.9.7.bb with 83% similarity]
packages/apr/apr_0.9.12.bb [moved from packages/apr/apr_0.9.7.bb with 68% similarity]

similarity index 83%
rename from packages/apr/apr-util_0.9.7.bb
rename to packages/apr/apr-util_0.9.12.bb
index 597c0ee..e88298f 100644 (file)
@@ -4,7 +4,6 @@ DEPENDS = "apr expat gdbm"
 MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
 LICENSE = "Apache"
 HOMEPAGE = "http://apr.apache.org"
-
 PR = "r0"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
@@ -16,10 +15,10 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR} --with-dbm=gdbm --with-gdbm=${STAGI
 inherit autotools lib_package binconfig
 
 do_configure() {
-  cp ${S}/../uri_delims.h ${S}/uri/. 
-  oe_runconf
+       cp ${S}/../uri_delims.h ${S}/uri/. 
+       oe_runconf
 }
 
 do_stage() {
-  oe_libinstall -a -so -C .libs libaprutil-0 ${STAGING_LIBDIR}
+       autotools_stage_all
 }
similarity index 68%
rename from packages/apr/apr_0.9.7.bb
rename to packages/apr/apr_0.9.12.bb
index 4c23610..5c287ac 100644 (file)
@@ -3,17 +3,16 @@ SECTION = "libs"
 MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
 LICENSE = "Apache"
 HOMEPAGE = "http://apr.apache.org"
-
 PR = "r0"
 
-SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2"
+SRC_URI = "${APACHE_MIRROR}/apr/apr-${PV}.tar.bz2"
 
 inherit autotools lib_package binconfig
 
 do_configure() {
-  oe_runconf
+       oe_runconf
 }
 
 do_stage() {
-  oe_libinstall -a -so -C .libs libapr-0 ${STAGING_LIBDIR}
+       autotools_stage_all
 }