summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb3
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
30PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp"
31
29PACKAGECONFIG[cap] = ",,libcap" 32PACKAGECONFIG[cap] = ",,libcap"
30PACKAGECONFIG[leap-smear] = "--enable-leap-smear" 33PACKAGECONFIG[leap-smear] = "--enable-leap-smear"
31PACKAGECONFIG[mdns] = ",,mdns" 34PACKAGECONFIG[mdns] = ",,mdns"