angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES
[openembedded.git] / recipes / apr / apr_0.9.12.bb
blob94d6493bcb06b529b0c19d14afa6d9fb0ff2ebbe
1 DESCRIPTION = "Apache Portable Runtime (APR) library"
2 SECTION = "libs"
3 LICENSE = "Apache"
4 HOMEPAGE = "http://apr.apache.org"
5 PR = "r1"
7 SRC_URI = "${APACHE_MIRROR}/apr/apr-${PV}.tar.bz2"
9 inherit autotools lib_package binconfig
11 do_configure() {
12 oe_runconf
15 do_stage() {
16 autotools_stage_all
19 SRC_URI[md5sum] = "63fef787c263bd8025c6ab6a6cecdd01"
20 SRC_URI[sha256sum] = "cd1da2119dd812127ab6e6e8cbb954d9b74fe01ec744364ba79c9845865ffdaa"