diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-23 15:41:33 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-23 23:40:13 -0700 |
commit | 07c4246e107af50d6a9333445259b083f98ebdc0 (patch) | |
tree | 05cf07541848e4f7e2d01aa2cb9b03578257d146 /meta/recipes-devtools/git/git.inc | |
parent | 861c288e353e917374de938c4e5e927e116cd56c (diff) | |
download | openembedded-core-07c4246e107af50d6a9333445259b083f98ebdc0.tar.gz openembedded-core-07c4246e107af50d6a9333445259b083f98ebdc0.tar.bz2 openembedded-core-07c4246e107af50d6a9333445259b083f98ebdc0.zip |
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.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 3 |
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" LICENSE = "GPLv2" DEPENDS = "perl-native openssl curl zlib expat" -SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 \ - file://autotools.patch;patch=1" +SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 " S = "${WORKDIR}/git-${PV}" LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" |