Skip to content

Commit 696e549

Browse files
danielfdickinsonmhei
authored andcommitted
zabbix: fix unnecessary virtual provides
We aren't using packages with the same name as the provides, so don't use an virtual (@) provides for providing zabbix-get Signed-off-by: Daniel F. Dickinson <[email protected]>
1 parent 4635838 commit 696e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/zabbix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ define Package/zabbix-get/Default
133133
$(ICONV_DEPENDS) \
134134
+libpcre2 \
135135
+zlib
136-
PROVIDES:=@zabbix-get
136+
PROVIDES:=zabbix-get
137137
endef
138138

139139
define Package/zabbix-get-nossl

0 commit comments

Comments
 (0)