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"