diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-23 12:43:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:28 +0100 |
commit | d2397d1fbe97eb92ff9aeb03155f98e24e95c97d (patch) | |
tree | 890feb1e17d2f0a48014dd07067eb450a69b5688 | |
parent | 2a747138a2945dc12e6f35b2cf64d0e2aad7094f (diff) | |
download | openembedded-core-d2397d1fbe97eb92ff9aeb03155f98e24e95c97d.tar.gz openembedded-core-d2397d1fbe97eb92ff9aeb03155f98e24e95c97d.tar.bz2 openembedded-core-d2397d1fbe97eb92ff9aeb03155f98e24e95c97d.zip |
gnutls: fix libidn dependencies
gnutls only works with libidn2, so update the build dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index b62a137e59..876a3847b0 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" |