From: Ross Burton Date: Mon, 23 Jul 2018 11:43:39 +0000 (+0100) Subject: gnutls: fix libidn dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2397d1fbe97eb92ff9aeb03155f98e24e95c97d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: fix libidn dependencies gnutls only works with libidn2, so update the build dependency. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index b62a137e595..876a3847b0e 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -25,10 +25,8 @@ PACKAGECONFIG ??= "libidn" # You must also have CONFIG_SECCOMP enabled in the kernel for # seccomp to work. -# PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp" - -PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn" +PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2" PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"