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
MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
LICENSE = "Apache"
HOMEPAGE = "http://apr.apache.org"
-
PR = "r0"
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
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
}
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
}