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 a0d8871ccc..167af04ca4 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb @@ -30,6 +30,7 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \ PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" PACKAGECONFIG[cap] = ",,libcap" +PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage," PACKAGECONFIG[leap-smear] = "--enable-leap-smear" PACKAGECONFIG[mdns] = ",,mdns" PACKAGECONFIG[mssntp] = "--enable-mssntp"