mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
usbguard: Enable seccomp if distro features have it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ EXTRA_OECONF += "\
|
|||||||
PACKAGECONFIG ?= "\
|
PACKAGECONFIG ?= "\
|
||||||
openssl \
|
openssl \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
|
||||||
|
${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user