diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-07 10:48:14 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-04-22 22:03:59 -0700 |
commit | 7e2c5d976d05c873ca949504e8c2416a34ac7f97 (patch) | |
tree | 87d0ffa0f0a70bf3fc6553b47c47a8653e629237 /meta | |
parent | 3623f24182ad592a93656665fb76258ff7e68b36 (diff) | |
download | openembedded-core-7e2c5d976d05c873ca949504e8c2416a34ac7f97.tar.gz openembedded-core-7e2c5d976d05c873ca949504e8c2416a34ac7f97.tar.bz2 openembedded-core-7e2c5d976d05c873ca949504e8c2416a34ac7f97.zip |
git: upgrade from 1.7.3.4 to 1.7.4.3
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/git/files/autotools.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_1.7.4.3.bb (renamed from meta/recipes-devtools/git/git_1.7.3.4.bb) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/files/autotools.patch b/meta/recipes-devtools/git/files/autotools.patch index 1c69c22817..cb21193f35 100644 --- a/meta/recipes-devtools/git/files/autotools.patch +++ b/meta/recipes-devtools/git/files/autotools.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [configuration] + Index: git-1.7.2.1/configure.ac =================================================================== --- git-1.7.2.1.orig/configure.ac 2010-07-28 18:03:43.000000000 +0100 diff --git a/meta/recipes-devtools/git/git_1.7.3.4.bb b/meta/recipes-devtools/git/git_1.7.4.3.bb index 2765ef793e..603d2fdec0 100644 --- a/meta/recipes-devtools/git/git_1.7.3.4.bb +++ b/meta/recipes-devtools/git/git_1.7.4.3.bb @@ -6,5 +6,5 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ " -SRC_URI[md5sum] = "3a2602016f98c529cda7b9fad1a6e216" -SRC_URI[sha256sum] = "3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171" +SRC_URI[md5sum] = "da6c8f4967393342a4397b955db72cb1" +SRC_URI[sha256sum] = "44b3ebc87d83b34468718fb6fa424420877e1f66c190389d693d090662a3556d" |