[oe-commits] Richard Purdie : gnutls: Fix floating libidn dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 11:32:54 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6fd51f5c15a380eae630fe853ba0eccde7b9a369
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6fd51f5c15a380eae630fe853ba0eccde7b9a369

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jul 16 15:46:49 2014 +0000

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 at linuxfoundation.org>

---

 meta/recipes-support/gnutls/gnutls.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 8820b0e..d89b764 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 \
               "
 



More information about the Openembedded-commits mailing list