mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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 <omri.sarig13@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user