summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/chrony/chrony_4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/chrony/chrony_4.3.bb')
-rw-r--r--meta-networking/recipes-support/chrony/chrony_4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb
index 6617164e3..d0e2c4b54 100644
--- a/meta-networking/recipes-support/chrony/chrony_4.3.bb
+++ b/meta-networking/recipes-support/chrony/chrony_4.3.bb
@@ -70,7 +70,7 @@ USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '--sys
70PACKAGECONFIG ??= "editline \ 70PACKAGECONFIG ??= "editline \
71 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 71 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
72" 72"
73PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline" 73PACKAGECONFIG[readline] = "--without-editline,--disable-readline,readline"
74PACKAGECONFIG[editline] = ",--without-editline,libedit" 74PACKAGECONFIG[editline] = ",--without-editline,libedit"
75PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" 75PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
76PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap" 76PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap"