DESCRIPTION = "Apache Portable Runtime (APR) library" SECTION = "libs" MAINTAINER = "Mustafa Yuecel " LICENSE = "Apache" HOMEPAGE = "http://apr.apache.org" PR = "r0" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2" inherit autotools lib_package binconfig do_configure() { oe_runconf } do_stage() { oe_libinstall -a -so -C .libs libapr-0 ${STAGING_LIBDIR} }