fbset_2.1: add dependency on bison-native
[openembedded.git] / recipes / apr / apr-util_0.9.12.bb
blob89c9a9302273e5baaba31171a872e14f9d84077c
1 DESCRIPTION = "Apache Portable Runtime (APR) companion library"
2 SECTION = "libs"
3 DEPENDS = "apr expat gdbm"
4 LICENSE = "Apache"
5 HOMEPAGE = "http://apr.apache.org"
6 PR = "r1"
8 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
9 file://gen_uri_delims.patch \
10 file://uri_delims.h"
12 EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} --with-expat=${STAGING_DIR_HOST}${layout_prefix}"
14 inherit autotools lib_package binconfig
16 do_configure() {
17 cp ${S}/../uri_delims.h ${S}/uri/.
18 oe_runconf
21 SRC_URI[md5sum] = "8e9cc71a1303b67b3278fbeab9799f2e"
22 SRC_URI[sha256sum] = "5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3"