Skip to content

Commit f5edf29

Browse files
committed
chrony: add provides logic to Makefile
This satisfies other packages which might depend on either chrony variant. Signed-off-by: Paul Donald <[email protected]>
1 parent 8fcf45d commit f5edf29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

net/chrony/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ $(call Package/chrony/Default)
4141
TITLE+= (without NTS)
4242
VARIANT:=normal
4343
CONFLICTS:=chrony-nts
44+
PROVIDES:=chrony
4445
endef
4546

4647
define Package/chrony-nts
4748
$(call Package/chrony/Default)
4849
TITLE+= (with NTS)
4950
DEPENDS+= +PACKAGE_chrony-nts:libgnutls +PACKAGE_chrony-nts:ca-bundle
5051
VARIANT:=with-nts
52+
PROVIDES:=chrony
5153
endef
5254

5355
define Package/chrony/description

0 commit comments

Comments
 (0)