Message ID | 20250319130047.606729-1-omri.sarig13@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-networking] chrony: Add nts support through PACKAGECONFIG | expand |
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 = ""
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 <omri.sarig13@gmail.com> --- meta-networking/recipes-support/chrony/chrony_4.6.1.bb | 1 + 1 file changed, 1 insertion(+)