From: Armin Kuster Date: Sat, 24 Apr 2021 15:56:36 +0000 (+0000) Subject: gnutls: Enable seccomp if FEATURE is set X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8065 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2527b5567252c7da4fbd863e119c8114e6debcd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: Enable seccomp if FEATURE is set Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_3.7.1.bb b/meta/recipes-support/gnutls/gnutls_3.7.1.bb index 51d472c8285..3e1958c9695 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.1.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.1.bb @@ -27,7 +27,7 @@ SRC_URI[sha256sum] = "3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e inherit autotools texinfo pkgconfig gettext lib_package gtk-doc -PACKAGECONFIG ??= "libidn" +PACKAGECONFIG ??= "libidn ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}" # You must also have CONFIG_SECCOMP enabled in the kernel for # seccomp to work.