aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/chrony/chrony_4.3.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2022-11-12 14:09:52 +0100
committerArmin Kuster <akuster808@gmail.com>2022-11-18 10:11:45 -0500
commitc354f92778c1d4bcd3680af7e0fb0d1414de2344 (patch)
treee2bdf4bb50bcd31e8eb07c80a8038c276738eb52 /meta-networking/recipes-support/chrony/chrony_4.3.bb
parentaa811aa7762109661c8978d19ef930059d07d63f (diff)
downloadmeta-openembedded-contrib-c354f92778c1d4bcd3680af7e0fb0d1414de2344.tar.gz
chrony: Remove the libcap and nss PACKAGECONFIGs
There is no need for these configs on their own and they would only mess up the sechash and privdrop configs. To actually enable sechash one also had to enable nss, and to enable privdrop one also had to enable libcap. This also avoids passing --with-libcap if privdrop is enabled since the option does not exist. Change-Id: I64a49741f61385e87ddbc83b9e87213a6fc7668e Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Diffstat (limited to 'meta-networking/recipes-support/chrony/chrony_4.3.bb')
-rw-r--r--meta-networking/recipes-support/chrony/chrony_4.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb
index dad09f826c..870c9d8d6a 100644
--- a/meta-networking/recipes-support/chrony/chrony_4.3.bb
+++ b/meta-networking/recipes-support/chrony/chrony_4.3.bb
@@ -64,14 +64,14 @@ PACKAGECONFIG ??= "editline \
"
PACKAGECONFIG[editline] = ",--without-editline,libedit"
PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
-PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap"
+PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap"
PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp"
PACKAGECONFIG[ipv6] = ",--disable-ipv6,"
-PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss"
-PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
-# This is left for backwards compatibility, to avoid breaking existing
+# These are left for backwards compatibility, to avoid breaking existing
# configurations.
+PACKAGECONFIG[libcap] = ""
+PACKAGECONFIG[nss] = ""
PACKAGECONFIG[readline] = ""
# --disable-static isn't supported by chrony's configure script.