diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 15:46:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:27:30 +0100 |
commit | 6fd51f5c15a380eae630fe853ba0eccde7b9a369 (patch) | |
tree | 90e94799d9b43282368dda29adceb3d051fec39e /meta/recipes-support | |
parent | 8ced43cfee6e8de4fa462b0aabb0e1e5aeb2a65f (diff) | |
download | openembedded-core-6fd51f5c15a380eae630fe853ba0eccde7b9a369.tar.gz openembedded-core-6fd51f5c15a380eae630fe853ba0eccde7b9a369.tar.bz2 openembedded-core-6fd51f5c15a380eae630fe853ba0eccde7b9a369.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 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 \ " |