ntpsec: Disable seccomp on riscv32

rv32 does not have seccomp support yet.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-12-02 22:39:47 -08:00
parent b3e202468f
commit 73acbc2952
@@ -30,7 +30,7 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \
nts \
refclocks"
PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp"
PACKAGECONFIG:remove:riscv32 = "seccomp"
PACKAGECONFIG[cap] = ",,libcap"
PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage,"