From 73acbc295261d6648d7ead0c53610e4cdc4deb37 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 2 Dec 2021 22:39:47 -0800 Subject: ntpsec: Disable seccomp on riscv32 rv32 does not have seccomp support yet. Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb index d07cac4265..2551b6aab8 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb @@ -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," -- cgit 1.2.3-korg