mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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 <dfdpublic@wildtechgarden.ca>
This commit is contained in:
committed by
Michael Heimpold
parent
4635838819
commit
696e549e9d
@@ -133,7 +133,7 @@ define Package/zabbix-get/Default
|
||||
$(ICONV_DEPENDS) \
|
||||
+libpcre2 \
|
||||
+zlib
|
||||
PROVIDES:=@zabbix-get
|
||||
PROVIDES:=zabbix-get
|
||||
endef
|
||||
|
||||
define Package/zabbix-get-nossl
|
||||
|
||||
Reference in New Issue
Block a user