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:28:50 +0100 |
commit | a0b99a8b83dc53433f18ffc2b8137a5216b53563 (patch) | |
tree | 86856ecbdaec0d8202d8490e5635be9c72160851 /meta/recipes-support/gnutls | |
parent | f4bb0d0d698d5f02cfde7cc661614b55791cbe8c (diff) | |
download | poky-a0b99a8b83dc53433f18ffc2b8137a5216b53563.tar.gz |
gnutls: Fix floating libidn dependency
Avoids WARNING: QA Issue: gnutls-bin rdepends on libidn but its not a build dependency? [build-deps]
(From OE-Core rev: 6fd51f5c15a380eae630fe853ba0eccde7b9a369)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-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 \ | |||
25 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ | 25 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ |
26 | --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \ | 26 | --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \ |
27 | --disable-guile \ | 27 | --disable-guile \ |
28 | --disable-crywrap \ | ||
28 | --without-p11-kit \ | 29 | --without-p11-kit \ |
29 | " | 30 | " |
30 | 31 | ||