[oe-commits] Ross Burton : libgcrypt: remove --without-pth

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 10:27:09 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6553c807e19042d3b6add4e7c4b3999fb641abe6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6553c807e19042d3b6add4e7c4b3999fb641abe6

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Oct 28 14:33:18 2013 +0000

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 <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libgcrypt/libgcrypt.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
 
 # libgcrypt.pc is added locally and thus installed here
 do_install_append() {



More information about the Openembedded-commits mailing list