mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
gnutls: fix libidn dependencies
gnutls only works with libidn2, so update the build dependency. (From OE-Core rev: d2397d1fbe97eb92ff9aeb03155f98e24e95c97d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99eff38c6e
commit
b05eda5fc8
@@ -25,10 +25,8 @@ PACKAGECONFIG ??= "libidn"
|
|||||||
|
|
||||||
# You must also have CONFIG_SECCOMP enabled in the kernel for
|
# You must also have CONFIG_SECCOMP enabled in the kernel for
|
||||||
# seccomp to work.
|
# seccomp to work.
|
||||||
#
|
|
||||||
PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp"
|
PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp"
|
||||||
|
PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2"
|
||||||
PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn"
|
|
||||||
PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
|
PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
|
||||||
PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
|
PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
|
||||||
PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
|
PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
|
||||||
|
|||||||
Reference in New Issue
Block a user