summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-23 15:41:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-25 15:50:55 +0100
commit542c93f90cb761fcb53c74c99ce785c66a56cea8 (patch)
tree97819963a66fada9f357471812cf8954ca8c3ff2 /meta/recipes-devtools/git/git.inc
parent567f171920080175af2d25378ab51ed2e3904501 (diff)
downloadpoky-542c93f90cb761fcb53c74c99ce785c66a56cea8.tar.gz
git: upgrade from 1.7.4.3 to 1.7.5.1
the autotools patch is not needed anymore. The code which the patch was patching is removed, and there is no use of the patch now. (From OE-Core rev: 07c4246e107af50d6a9333445259b083f98ebdc0) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 49292fad13..c884f9ccc1 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -3,8 +3,7 @@ SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "perl-native openssl curl zlib expat" 4DEPENDS = "perl-native openssl curl zlib expat"
5 5
6SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 \ 6SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 "
7 file://autotools.patch;patch=1"
8S = "${WORKDIR}/git-${PV}" 7S = "${WORKDIR}/git-${PV}"
9 8
10LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" 9LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1"