summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-04 09:25:21 -0700
committerKhem Raj <raj.khem@gmail.com>2021-11-04 10:07:21 -0700
commit1e89f5edc3b399a68d91c367a9e04e9a04a671c5 (patch)
treed1e7c7b2621b9c766de3476cfc72adb0e61d1415
parent00dba6bf6b4e5440eca9eb293be598773f943e30 (diff)
downloadmeta-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.bb1
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)} \
30PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" 30PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp"
31 31
32PACKAGECONFIG[cap] = ",,libcap" 32PACKAGECONFIG[cap] = ",,libcap"
33PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage,"
33PACKAGECONFIG[leap-smear] = "--enable-leap-smear" 34PACKAGECONFIG[leap-smear] = "--enable-leap-smear"
34PACKAGECONFIG[mdns] = ",,mdns" 35PACKAGECONFIG[mdns] = ",,mdns"
35PACKAGECONFIG[mssntp] = "--enable-mssntp" 36PACKAGECONFIG[mssntp] = "--enable-mssntp"