[OE-core] [PATCH 4/7] apr-util: Upgrade to 1.3.12

Khem Raj raj.khem at gmail.com
Sat Jul 30 18:48:46 UTC 2011


On Thursday, July 28, 2011 09:03:06 PM edwin.zhai at intel.com wrote:
> From: Zhai Edwin <edwin.zhai at intel.com>
> 
> Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
> ---
>  .../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb}
> (74%)
> 
> diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb
> b/meta/recipes-support/apr/apr-util_1.3.12.bb similarity index 74%
> rename from meta/recipes-support/apr/apr-util_1.3.10.bb
> rename to meta/recipes-support/apr/apr-util_1.3.12.bb
> index 7071b90..8e9fd61 100644
> --- a/meta/recipes-support/apr/apr-util_1.3.10.bb
> +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb
> @@ -13,8 +13,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
>             file://configfix.patch;patch=1 \
>             file://configure_fixes.patch;patch=1"
> 
> -SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19"
> -SRC_URI[sha256sum] =
> "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
> +SRC_URI[md5sum] = "d1977289889592ef998e3f777f68efe4"
> +SRC_URI[sha256sum] =
> "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8"
> 
>  EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
>  		--without-odbc \
> @@ -33,3 +33,7 @@ do_configure_prepend() {
>  	cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
>  }
> 
> +FILES_${PN}-dev += "${libdir}/aprutil.exp"
> +FILES_${PN}     += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"
> +FILES_${PN}-dbg += "${libdir}/apr-util-1/* ${libdir}/apr-util-1/.debug/*"

do you really want ${libdir}/apr-util-1/* wildcard to go into a dbg package 
here ?
> +
-- 
Khem Raj




More information about the Openembedded-core mailing list