diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-07-28 14:42:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:33 +0100 |
commit | 422c7a5fcf6a71c0868084766d4f808e5fcbcbeb (patch) | |
tree | 81f49b746a9dc937554c16024dc7d0cc22ebf356 /meta/recipes-support | |
parent | af415b4d16c65d95a989677abeaa1f28d06b6030 (diff) | |
download | poky-422c7a5fcf6a71c0868084766d4f808e5fcbcbeb.tar.gz |
apr-util: Upgrade to 1.3.12
(From OE-Core rev: 51a6c43f6658032d67ddea349f66ddcaafe6bbce)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Merged with ${BPN} change
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.12.bb (renamed from meta/recipes-support/apr/apr-util_1.3.10.bb) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb index 01595df8a2..6635202da5 100644 --- a/meta/recipes-support/apr/apr-util_1.3.10.bb +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb | |||
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ | |||
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ | 12 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ |
13 | file://configfix.patch;patch=1 \ | 13 | file://configfix.patch \ |
14 | file://configure_fixes.patch;patch=1" | 14 | file://configure_fixes.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19" | 16 | SRC_URI[md5sum] = "d1977289889592ef998e3f777f68efe4" |
17 | SRC_URI[sha256sum] = "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23" | 17 | SRC_URI[sha256sum] = "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8" |
18 | 18 | ||
19 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | 19 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ |
20 | --without-odbc \ | 20 | --without-odbc \ |
@@ -33,3 +33,7 @@ do_configure_prepend() { | |||
33 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk | 33 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk |
34 | } | 34 | } |
35 | 35 | ||
36 | FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so" | ||
37 | FILES_${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/apr_dbm_gdbm.*" | ||
38 | FILES_${PN}-dbg += "${libdir}/apr-util-1/.debug/*" | ||
39 | |||