aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2012-07-13 19:34:50 +0200
committerApelete Seketeli <apelete@seketeli.net>2012-07-13 19:34:50 +0200
commit10b7974fbfa98602878c3b5acd261d4cdc6ef092 (patch)
tree208b65ee18b61e486bc8c2bc480484000a7bad55
parentc30318747505f8a800b37f7d6c0a0c7199c62f8e (diff)
downloadopenembedded-10b7974fbfa98602878c3b5acd261d4cdc6ef092.tar.gz
git: update SRC_URI
Update SRC_URI to fetch git from one of the KERNELORG_MIRROR addresses instead of relying on a single kernel mirror. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
-rw-r--r--recipes/git/git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/git/git.inc b/recipes/git/git.inc
index 003d7fae16..eb59a2cf01 100644
--- a/recipes/git/git.inc
+++ b/recipes/git/git.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope
SECTION = "console/utils"
LICENSE = "GPLv2"
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2;name=src"
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src"
S = "${WORKDIR}/git-${PV}"