[OE-core] [PATCH 5/5] libgcrypt: remove --without-pth

Khem Raj raj.khem at gmail.com
Thu Oct 31 03:44:25 UTC 2013


On Mon, Oct 28, 2013 at 7:33 AM, Ross Burton <ross.burton at intel.com> wrote:
> This isn't recognised by configure, and the random number daemon that requires
> Pth isn't enabled.
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  meta/recipes-support/libgcrypt/libgcrypt.inc |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
> index 6a0e0cf..e0dfec2 100644
> --- a/meta/recipes-support/libgcrypt/libgcrypt.inc
> +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
> @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
>
>  inherit autotools binconfig pkgconfig
>
> -EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
> +EXTRA_OECONF = "--disable-asm --with-capabilities"

should it now depend on pth as well for deterministic builds.

>
>  # libgcrypt.pc is added locally and thus installed here
>  do_install_append() {
> --
> 1.7.10.4
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list