mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
git: drop git-http ca-certificates dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=git
|
PKG_NAME:=git
|
||||||
PKG_VERSION:=2.18.0
|
PKG_VERSION:=2.18.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
||||||
@@ -44,7 +44,7 @@ endef
|
|||||||
|
|
||||||
define Package/git-http
|
define Package/git-http
|
||||||
$(call Package/git/Default)
|
$(call Package/git/Default)
|
||||||
DEPENDS+= +git +libcurl +ca-certificates
|
DEPENDS+= +git +libcurl
|
||||||
TITLE:=Git HTTP commands
|
TITLE:=Git HTTP commands
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user