summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/chrony/chrony_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/chrony/chrony_2.4.bb')
-rw-r--r--meta-networking/recipes-support/chrony/chrony_2.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb
index 9698ae418..4bc4ce0df 100644
--- a/meta-networking/recipes-support/chrony/chrony_2.4.bb
+++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb
@@ -58,12 +58,15 @@ inherit update-rc.d systemd
58# chrony.conf and init script. 58# chrony.conf and init script.
59# - 'scfilter' enables support for system call filtering, but requires the 59# - 'scfilter' enables support for system call filtering, but requires the
60# kernel to have CONFIG_SECCOMP enabled. 60# kernel to have CONFIG_SECCOMP enabled.
61PACKAGECONFIG ??= "editline scfilter" 61PACKAGECONFIG ??= "editline scfilter \
62 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
63"
62PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline" 64PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline"
63PACKAGECONFIG[editline] = ",--without-editline,libedit" 65PACKAGECONFIG[editline] = ",--without-editline,libedit"
64PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" 66PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
65PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" 67PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap"
66PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp" 68PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp"
69PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
67 70
68# --disable-static isn't supported by chrony's configure script. 71# --disable-static isn't supported by chrony's configure script.
69DISABLE_STATIC = "" 72DISABLE_STATIC = ""