diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-04-24 15:56:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-26 14:14:42 +0100 |
commit | 65ecffc43084145d63cab5f97e334ee749c7a853 (patch) | |
tree | a0c31106eda1f76ec2071e161d13bf008f2b23c6 /meta/recipes-support/gnutls | |
parent | 280a83d4afa1b795a68f27b8201d845e327f6b85 (diff) | |
download | poky-65ecffc43084145d63cab5f97e334ee749c7a853.tar.gz |
gnutls: Enable seccomp if FEATURE is set
(From OE-Core rev: f2527b5567252c7da4fbd863e119c8114e6debcd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.7.1.bb b/meta/recipes-support/gnutls/gnutls_3.7.1.bb index 51d472c828..3e1958c969 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 | |||
27 | 27 | ||
28 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc | 28 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc |
29 | 29 | ||
30 | PACKAGECONFIG ??= "libidn" | 30 | PACKAGECONFIG ??= "libidn ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}" |
31 | 31 | ||
32 | # You must also have CONFIG_SECCOMP enabled in the kernel for | 32 | # You must also have CONFIG_SECCOMP enabled in the kernel for |
33 | # seccomp to work. | 33 | # seccomp to work. |