From 422c7a5fcf6a71c0868084766d4f808e5fcbcbeb Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Thu, 28 Jul 2011 14:42:47 +0800 Subject: apr-util: Upgrade to 1.3.12 (From OE-Core rev: 51a6c43f6658032d67ddea349f66ddcaafe6bbce) Signed-off-by: Zhai Edwin Merged with ${BPN} change Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/apr/apr-util_1.3.10.bb | 35 -------------------------- meta/recipes-support/apr/apr-util_1.3.12.bb | 39 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-support/apr/apr-util_1.3.10.bb create mode 100644 meta/recipes-support/apr/apr-util_1.3.12.bb (limited to 'meta/recipes-support/apr') diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb b/meta/recipes-support/apr/apr-util_1.3.10.bb deleted file mode 100644 index 01595df8a2..0000000000 --- a/meta/recipes-support/apr/apr-util_1.3.10.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Apache Portable Runtime (APR) companion library" -HOMEPAGE = "http://apr.apache.org/" -SECTION = "libs" -DEPENDS = "apr expat gdbm" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ - file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" - -PR = "r0" - -SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ - file://configfix.patch;patch=1 \ - file://configure_fixes.patch;patch=1" - -SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19" -SRC_URI[sha256sum] = "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23" - -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 -} - diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb new file mode 100644 index 0000000000..6635202da5 --- /dev/null +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb @@ -0,0 +1,39 @@ +DESCRIPTION = "Apache Portable Runtime (APR) companion library" +HOMEPAGE = "http://apr.apache.org/" +SECTION = "libs" +DEPENDS = "apr expat gdbm" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ + file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" + +PR = "r0" + +SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ + file://configfix.patch \ + file://configure_fixes.patch" + +SRC_URI[md5sum] = "d1977289889592ef998e3f777f68efe4" +SRC_URI[sha256sum] = "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8" + +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 +} + +FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so" +FILES_${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/apr_dbm_gdbm.*" +FILES_${PN}-dbg += "${libdir}/apr-util-1/.debug/*" + -- cgit v1.2.3-54-g00ecf