From 6553c807e19042d3b6add4e7c4b3999fb641abe6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Oct 2013 14:33:18 +0000 Subject: libgcrypt: remove --without-pth This isn't recognised by configure, and the random number daemon that requires Pth isn't enabled. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 6a0e0cf45c..e0dfec2e06 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" # libgcrypt.pc is added locally and thus installed here do_install_append() { -- cgit 1.2.3-korg