diff options
author | Omri Sarig <omri.sarig13@gmail.com> | 2025-03-19 14:14:07 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-19 09:17:26 -0700 |
commit | 0347365edcbd265166fd25b8ce00bc81f5857eaa (patch) | |
tree | 252b3acb5682a3afa72c8ec37f5dd03219c85c16 /meta-networking | |
parent | 5bcf2e7277f6cd03626b7aa4258134075bbdde3f (diff) | |
download | meta-openembedded-0347365edcbd265166fd25b8ce00bc81f5857eaa.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
67 | PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" | 67 | PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" |
68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp" | 68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp" |
69 | PACKAGECONFIG[ipv6] = ",--disable-ipv6," | 69 | PACKAGECONFIG[ipv6] = ",--disable-ipv6," |
70 | PACKAGECONFIG[nts] = ",--disable-nts,gnutls" | ||
70 | 71 | ||
71 | # --disable-static isn't supported by chrony's configure script. | 72 | # --disable-static isn't supported by chrony's configure script. |
72 | DISABLE_STATIC = "" | 73 | DISABLE_STATIC = "" |