From 6fd51f5c15a380eae630fe853ba0eccde7b9a369 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Jul 2014 15:46:49 +0000 Subject: gnutls: Fix floating libidn dependency Avoids WARNING: QA Issue: gnutls-bin rdepends on libidn but its not a build dependency? [build-deps] Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/gnutls/gnutls.inc') diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 8820b0ef39..d89b764aae 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -25,6 +25,7 @@ EXTRA_OECONF="--disable-rpath \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \ --disable-guile \ + --disable-crywrap \ --without-p11-kit \ " -- cgit 1.2.3-korg