From 2e822bf1193332ed0ce8c7a0fdbf0aa9cac3ea40 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 10 Jul 2014 19:32:04 +0200 Subject: git: update to v2.0.1 Also fetch source code from kernel.org. As per the Git release announcement, see [1], Git source tarball are now located back on kernel.org, at [2]. [1] https://lkml.org/lkml/2014/6/25/760 [2] https://www.kernel.org/pub/software/scm/git/ (From OE-Core rev: 4a7df842a0e8754329b3f7b5b25483b0d403ea4d) Signed-off-by: Nicolas Dechesne Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/git/git.inc') diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 4e0527cab6..7633577f67 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -5,6 +5,7 @@ DEPENDS = "openssl curl zlib expat" PROVIDES_append_class-native = " git-replacement-native" +SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz" S = "${WORKDIR}/git-${PV}" LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" -- cgit v1.2.3-54-g00ecf