[Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site

Baruch Siach baruch at tkos.co.il
Tue Jul 18 12:21:18 UTC 2017


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/git/git.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/git/git.mk b/package/git/git.mk
index 52907a27b738..1d81955040c4 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -6,7 +6,7 @@
 
 GIT_VERSION = 2.13.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
-GIT_SITE = https://www.kernel.org/pub/software/scm/git
+GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
-- 
2.13.2



More information about the buildroot mailing list