diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-28 14:33:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 10:41:36 +0000 |
commit | 97dd981fca455ef784c51fa040049b7910a7d890 (patch) | |
tree | 297b7d9b7b68dbdf4f880fab1f4873671bd88ca7 /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | 9669889806f5a41ab924b0fc046add572839e5ed (diff) | |
download | 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/libgcrypt/libgcrypt.inc')
-rw-r--r-- | 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 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 \ | |||
15 | 15 | ||
16 | inherit autotools binconfig pkgconfig | 16 | inherit autotools binconfig pkgconfig |
17 | 17 | ||
18 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | 18 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
19 | 19 | ||
20 | # libgcrypt.pc is added locally and thus installed here | 20 | # libgcrypt.pc is added locally and thus installed here |
21 | do_install_append() { | 21 | do_install_append() { |