summaryrefslogtreecommitdiff
path: root/meta/recipes-support/apr/apr-util_1.3.4.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-12-29 15:11:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:36:57 +0000
commit50b208612945c638e3f4965ebf90ade4aac5b636 (patch)
tree3e4ad279a1d287a5fbb05ccc38257f936d629cc6 /meta/recipes-support/apr/apr-util_1.3.4.bb
parentaa360877348aa325ff9dcd8fd70e502deacffb39 (diff)
downloadopenembedded-core-50b208612945c638e3f4965ebf90ade4aac5b636.tar.gz
openembedded-core-50b208612945c638e3f4965ebf90ade4aac5b636.tar.bz2
openembedded-core-50b208612945c638e3f4965ebf90ade4aac5b636.tar.xz
openembedded-core-50b208612945c638e3f4965ebf90ade4aac5b636.zip
apr-util: Update to 1.3.10
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/apr/apr-util_1.3.4.bb')
-rw-r--r--meta/recipes-support/apr/apr-util_1.3.4.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.4.bb
deleted file mode 100644
index cefdfe62b..000000000
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Apache Portable Runtime (APR) companion library"
-SECTION = "libs"
-DEPENDS = "apr expat gdbm"
-LICENSE = "Apache License, Version 2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb"
-PR = "r7"
-
-SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
- file://configfix.patch;patch=1 \
- file://configure_fixes.patch;patch=1"
-
-SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f"
-SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e"
-
-EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
- --without-odbc \
- --with-dbm=gdbm \
- --with-gdbm=${STAGING_DIR_HOST}${prefix} \
- --without-sqlite2 \
- --without-sqlite3 \
- --with-expat=${STAGING_DIR_HOST}${prefix}"
-
-
-inherit autotools lib_package binconfig
-
-OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
-
-do_configure_prepend() {
- cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
-}
-