wget: do not provide itself
The package wget should not say that it provides itself.
This also make gnu-wget provide general so it is not written in Makefile
twice.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
(cherry picked from commit 75f2be7d50
)
This commit is contained in:
parent
ea5c497c23
commit
406b052f73
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=wget
|
||||
PKG_VERSION:=1.20.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
|
@ -29,7 +29,7 @@ define Package/wget/Default
|
|||
SUBMENU:=File Transfer
|
||||
TITLE:=Non-interactive network downloader
|
||||
URL:=https://www.gnu.org/software/wget/index.html
|
||||
PROVIDES:=wget
|
||||
PROVIDES:=gnu-wget
|
||||
endef
|
||||
|
||||
define Package/wget/Default/description
|
||||
|
@ -46,7 +46,6 @@ $(call Package/wget/Default)
|
|||
DEPENDS+= +libopenssl +librt
|
||||
TITLE+= (with SSL support)
|
||||
VARIANT:=ssl
|
||||
PROVIDES+=gnu-wget
|
||||
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-ssl
|
||||
endef
|
||||
|
||||
|
@ -59,7 +58,7 @@ define Package/wget-nossl
|
|||
$(call Package/wget/Default)
|
||||
TITLE+= (without SSL support)
|
||||
VARIANT:=nossl
|
||||
PROVIDES+=gnu-wget
|
||||
PROVIDES+=wget
|
||||
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-nossl
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue