diff options
author | Joe Slater <jslater@windriver.com> | 2017-01-25 15:03:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:43:01 +0000 |
commit | 50c885e165ac095332cacd010476d013567c4040 (patch) | |
tree | 156b267d4102914ac8eab2ce81ee57578a8bc0f6 | |
parent | 34fd5043b2a971eee067e8032ce2050b985e100d (diff) | |
download | poky-50c885e165ac095332cacd010476d013567c4040.tar.gz |
gnutls: avoid accidentally using libseccomp
Specify whether to use libseccomp or not. Do not
just let configure check for it.
(From OE-Core rev: 62cc91e8831c72e9beceff13ad68dd69298135b5)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 003dc55a38..1ecad1f995 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -23,6 +23,11 @@ inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | |||
23 | 23 | ||
24 | PACKAGECONFIG ??= "libidn zlib" | 24 | PACKAGECONFIG ??= "libidn zlib" |
25 | 25 | ||
26 | # You must also have CONFIG_SECCOMP enabled in the kernel for | ||
27 | # seccomp to work. | ||
28 | # | ||
29 | PACKAGECONFIG[seccomp] = "ac_cv_libseccomp=yes,ac_cv_libseccomp=no,libseccomp" | ||
30 | |||
26 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn" | 31 | PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn" |
27 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" | 32 | PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" |
28 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" | 33 | PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" |