mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
gnutls: Enable seccomp if FEATURE is set
(From OE-Core rev: f6046bc92c2e86f3cfa4bcb42091b4407aa31a09) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f2527b5567252c7da4fbd863e119c8114e6debcd) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f5e77d70e2
commit
9bb6acb5e7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user