projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d065c
)
git: use BR2_KERNEL_MIRROR as download site
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 18 Jul 2017 12:21:18 +0000
(15:21 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 18 Jul 2017 21:57:13 +0000
(23:57 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/git/git.mk
patch
|
blob
|
history
diff --git
a/package/git/git.mk
b/package/git/git.mk
index 52907a27b738d2d34306fc55bfa61ff145356f6a..1d81955040c4aaab656bae4e259064c581e4a51c 100644
(file)
--- 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)