diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 14:04:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 15:40:42 +0100 |
commit | 808b3123e359f1aebabb8af44694275e4075e031 (patch) | |
tree | 5a273a8e7182e2f0253c3c136cccafa96f97a39f /meta | |
parent | 0d7d464bc66318684f85d9b725a0a5ab62a09224 (diff) | |
download | openembedded-core-808b3123e359f1aebabb8af44694275e4075e031.tar.gz openembedded-core-808b3123e359f1aebabb8af44694275e4075e031.tar.bz2 openembedded-core-808b3123e359f1aebabb8af44694275e4075e031.zip |
gnutls: Disable p11-kit dependency explicitly to resolve build failures
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |