diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-04 09:25:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-04 10:07:21 -0700 |
commit | 1e89f5edc3b399a68d91c367a9e04e9a04a671c5 (patch) | |
tree | d1e7c7b2621b9c766de3476cfc72adb0e61d1415 | |
parent | 00dba6bf6b4e5440eca9eb293be598773f943e30 (diff) | |
download | meta-openembedded-1e89f5edc3b399a68d91c367a9e04e9a04a671c5.tar.gz |
ntpsec: Disable documentation
It seems to require asciidoctor and currently does not build
until someone fixes it, disable it for cosnsitency.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 1 |
1 files changed, 1 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 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)} \ | |||
30 | PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" | 30 | PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" |
31 | 31 | ||
32 | PACKAGECONFIG[cap] = ",,libcap" | 32 | PACKAGECONFIG[cap] = ",,libcap" |
33 | PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage," | ||
33 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" | 34 | PACKAGECONFIG[leap-smear] = "--enable-leap-smear" |
34 | PACKAGECONFIG[mdns] = ",,mdns" | 35 | PACKAGECONFIG[mdns] = ",,mdns" |
35 | PACKAGECONFIG[mssntp] = "--enable-mssntp" | 36 | PACKAGECONFIG[mssntp] = "--enable-mssntp" |