From 0347365edcbd265166fd25b8ce00bc81f5857eaa Mon Sep 17 00:00:00 2001 From: Omri Sarig Date: Wed, 19 Mar 2025 14:14:07 +0100 Subject: chrony: Add nts support through PACKAGECONFIG Chronyd is supporting NTS (network time security) protocol, however, to build the application with this support, it require having gnutls at build time. This commit adds a PACKAGECONFIG line, allowing users to control whether the supporting application will have nts or not. Signed-off-by: Omri Sarig Signed-off-by: Khem Raj --- meta-networking/recipes-support/chrony/chrony_4.6.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb b/meta-networking/recipes-support/chrony/chrony_4.6.1.bb index e45d5c6ba0..83dee9143b 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.6.1.bb @@ -67,6 +67,7 @@ PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp" PACKAGECONFIG[ipv6] = ",--disable-ipv6," +PACKAGECONFIG[nts] = ",--disable-nts,gnutls" # --disable-static isn't supported by chrony's configure script. DISABLE_STATIC = "" -- cgit v1.2.3-54-g00ecf