[OE-core] [meta-oe][PATCH] libgcrypt: provide libgcrypt-config wrapper around pkg-config

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Sep 15 11:38:32 UTC 2017


On 09/15/2017 02:34 PM, Jussi Laako wrote:
> rename from meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
> rename to meta/recipes-support/libgcrypt/libgcrypt_1.8.1.bb

The version update and the -config stuff should be two separate patches.

> index 1797d9584d..529882d8a4 100644
> --- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb
> +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.1.bb
> @@ -15,18 +15,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>   DEPENDS = "libgpg-error"
>   
>   UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
> -SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \
> +SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \
>              file://0001-Add-and-use-pkg-config-for-libgcrypt-instead-of-conf.patch \
>              file://0003-tests-bench-slope.c-workaround-ICE-failure-on-mips-w.patch \
>              file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \
>              file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \
> +           file://libgcrypt-config-wrapper.patch \

You forgot to git add the patch :)

Alex




More information about the Openembedded-core mailing list