summaryrefslogtreecommitdiffstats
path: root/recipes/git/git.inc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-08 21:56:06 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-08 21:56:06 +0800
commitfc4226e83fe8d029ad5602a2b79df8e500f8d34f (patch)
tree5ce41d31a6c7d8bb38661aa58d1d8e41f355c6ff /recipes/git/git.inc
parentb0a786a1591c4dad10aa5429dec2a074e9fa5d6d (diff)
downloadopenembedded-fc4226e83fe8d029ad5602a2b79df8e500f8d34f.tar.gz
git: Upgrade from 1.6.0.4 to 1.7.0.2
The git-daemon+(x)inetd has a known denial of service problem. Upgrade to a newer git version just in case. Remove two bogus autoconf patches that can be done by passing in autoconf varaibles. Switch to local checksums instead of checksums.ini
Diffstat (limited to 'recipes/git/git.inc')
-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 644e15931f..8275adb1a2 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 = "GPL"
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2"
+SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2;name=src"
S = "${WORKDIR}/git-${PV}"