summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb2
1 files changed, 1 insertions, 1 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 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)} \
30 nts \ 30 nts \
31 refclocks" 31 refclocks"
32 32
33PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" 33PACKAGECONFIG:remove:riscv32 = "seccomp"
34 34
35PACKAGECONFIG[cap] = ",,libcap" 35PACKAGECONFIG[cap] = ",,libcap"
36PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage," 36PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage,"