From patchwork Sat Jul 14 11:40:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic] git: update SRC_URI Date: Sat, 14 Jul 2012 11:40:05 -0000 From: Apelete Seketeli X-Patchwork-Id: 32071 Message-Id: <1342266005-31065-1-git-send-email-apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Cc: Kristoffer Ericson 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 --- recipes/git/git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/git/git.inc b/recipes/git/git.inc index 003d7fa..eb59a2c 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}"