aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-22 11:49:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-23 12:27:00 +0000
commita0eeed089a5c185ef721b11828d4a27f0c03791c (patch)
tree38c67476b3aca653608bf28d554461b128431446 /meta/recipes-devtools/git/git.inc
parentbd9e899d1b07813c78f2dc2e5c46a67937839065 (diff)
downloadopenembedded-core-contrib-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.gz
Various: Switch to KERNELORG_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index da4541dd40..543d33e845 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -3,7 +3,7 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
DEPENDS = "perl-native openssl curl zlib expat"
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/software/scm/git/git-${PV}.tar.bz2 \
file://autotools.patch;patch=1"
S = "${WORKDIR}/git-${PV}"