summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr
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
parentaa360877348aa325ff9dcd8fd70e502deacffb39 (diff)
downloadpoky-50b208612945c638e3f4965ebf90ade4aac5b636.tar.gz
apr-util: Update to 1.3.10
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r--meta/recipes-support/apr/apr-util_1.3.10.bb (renamed from meta/recipes-support/apr/apr-util_1.3.4.bb)12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.10.bb
index cefdfe62b2..930f757ffd 100644
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.10.bb
@@ -1,16 +1,20 @@
1DESCRIPTION = "Apache Portable Runtime (APR) companion library" 1DESCRIPTION = "Apache Portable Runtime (APR) companion library"
2HOMEPAGE = "http://apr.apache.org/"
2SECTION = "libs" 3SECTION = "libs"
3DEPENDS = "apr expat gdbm" 4DEPENDS = "apr expat gdbm"
5
4LICENSE = "Apache License, Version 2.0" 6LICENSE = "Apache License, Version 2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
6PR = "r7" 8 file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42"
9
10PR = "r0"
7 11
8SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ 12SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
9 file://configfix.patch;patch=1 \ 13 file://configfix.patch;patch=1 \
10 file://configure_fixes.patch;patch=1" 14 file://configure_fixes.patch;patch=1"
11 15
12SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f" 16SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19"
13SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e" 17SRC_URI[sha256sum] = "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
14 18
15EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ 19EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
16 --without-odbc \ 20 --without-odbc \