chrony: Avoid building unused gnutls and ca dependencies

Avoid building unused gnutls and ca dependencies

Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
(cherry picked from commit 089eabedf9)
This commit is contained in:
Boris Krasnovskiy 2022-07-22 14:23:05 -04:00 committed by Josef Schlehofer
parent 7727beb713
commit cec18eb0d0
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ endef
define Package/chrony-nts
$(call Package/chrony/Default)
TITLE+= (with NTS)
DEPENDS+= +libgnutls +ca-bundle
DEPENDS+= +PACKAGE_chrony-nts:libgnutls +PACKAGE_chrony-nts:ca-bundle
VARIANT:=with-nts
endef