diff options
-rw-r--r-- | meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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)} \ | |||
26 | mssntp \ | 26 | mssntp \ |
27 | nts \ | 27 | nts \ |
28 | refclocks" | 28 | refclocks" |
29 | |||
30 | PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" | ||
31 | |||
29 | PACKAGECONFIG[cap] = ",,libcap" | 32 | PACKAGECONFIG[cap] = ",,libcap" |
30 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" | 33 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" |
31 | PACKAGECONFIG[mdns] = ",,mdns" | 34 | PACKAGECONFIG[mdns] = ",,mdns" |