diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-09-17 00:00:04 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-09-17 00:00:04 +0200 |
commit | cf1093da3b812183cf1213db08193e7c08fd005d (patch) | |
tree | d702857ddc2521c9ddbf53ea0965d8acfaafb2df /net | |
parent | 53d8e59a8e2bd6e3a5aa7aeda21507f7aeed997f (diff) |
git: drop git-http ca-certificates dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r-- | net/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index 32e412162..f64916168 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git PKG_VERSION:=2.18.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ @@ -44,7 +44,7 @@ endef define Package/git-http $(call Package/git/Default) - DEPENDS+= +git +libcurl +ca-certificates + DEPENDS+= +git +libcurl TITLE:=Git HTTP commands endef |