From: Richard Purdie Date: Fri, 7 Oct 2011 13:04:18 +0000 (+0100) Subject: gnutls: Disable p11-kit dependency explicitly to resolve build failures X-Git-Tag: 2015-4~13175 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=808b3123e359f1aebabb8af44694275e4075e031;p=openembedded-core.git gnutls: Disable p11-kit dependency explicitly to resolve build failures Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 92578809f8..3569648c51 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -25,6 +25,7 @@ EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ --with-lzo --disable-guile \ + --without-p11-kit \ " do_configure_prepend() { for dir in . lib libextra; do