This isn't recognised by configure, and the random number daemon that requires Pth isn't enabled.
Signed-off-by: Ross Burton <[email protected]> --- 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" # libgcrypt.pc is added locally and thus installed here do_install_append() { -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
