From patchwork Sat Mar 2 11:57:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance,2/7] git: update SRC_URI Date: Sat, 02 Mar 2013 11:57:03 -0000 From: Apelete Seketeli X-Patchwork-Id: 45421 Message-Id: <79357068d009b46c93485c118c12886a394a78f7.1362223895.git.apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Update SRC_URI to build.shr-project.org since git source packages are no longer available from kernel.org. --- 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 eb59a2c..ae656e1 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 = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" S = "${WORKDIR}/git-${PV}"