git: drop git-http ca-certificates dependency
authorPeter Wagner <tripolar@gmx.at>
Sun, 16 Sep 2018 22:00:04 +0000 (00:00 +0200)
committerPeter Wagner <tripolar@gmx.at>
Sun, 16 Sep 2018 22:00:04 +0000 (00:00 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/git/Makefile

index 32e4121628c8a9088b0607735707e9af01c1d216..f64916168663003617f0d1047d86ef7759b7ff5b 100644 (file)
@@ -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