From 00dba6bf6b4e5440eca9eb293be598773f943e30 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Nov 2021 08:05:37 -0700 Subject: [PATCH] ntpsec: Disable seccomp on musl/rv32 seccomp on musl is not fully done yet Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) 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 1e075b0971..a0d8871ccc 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb @@ -26,6 +26,9 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \ mssntp \ nts \ refclocks" + +PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" + PACKAGECONFIG[cap] = ",,libcap" PACKAGECONFIG[leap-smear] = "--enable-leap-smear" PACKAGECONFIG[mdns] = ",,mdns"