summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-28 14:33:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-29 10:41:36 +0000
commit97dd981fca455ef784c51fa040049b7910a7d890 (patch)
tree297b7d9b7b68dbdf4f880fab1f4873671bd88ca7 /meta/recipes-support
parent9669889806f5a41ab924b0fc046add572839e5ed (diff)
downloadast2050-yocto-poky-97dd981fca455ef784c51fa040049b7910a7d890.zip
ast2050-yocto-poky-97dd981fca455ef784c51fa040049b7910a7d890.tar.gz
libgcrypt: remove --without-pth
This isn't recognised by configure, and the random number daemon that requires Pth isn't enabled. (From OE-Core rev: 6553c807e19042d3b6add4e7c4b3999fb641abe6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc2
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() {
OpenPOWER on IntegriCloud