diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-07-30 11:38:19 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-01 21:57:54 -0700 |
commit | 7398e4f1141e14903d4eaabb922822a35c07c037 (patch) | |
tree | 3795504b5cbf9f3210ace422561f6f8578289217 /meta/recipes-devtools | |
parent | 24f73cbd1847293ad5dce3199f40d67546856c78 (diff) | |
download | openembedded-core-7398e4f1141e14903d4eaabb922822a35c07c037.tar.gz openembedded-core-7398e4f1141e14903d4eaabb922822a35c07c037.tar.bz2 openembedded-core-7398e4f1141e14903d4eaabb922822a35c07c037.zip |
git: upgrade to 1.8.3.4
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git_1.8.3.4.bb (renamed from meta/recipes-devtools/git/git_1.8.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_1.8.3.bb b/meta/recipes-devtools/git/git_1.8.3.4.bb index 029591973a..124a98edb6 100644 --- a/meta/recipes-devtools/git/git_1.8.3.bb +++ b/meta/recipes-devtools/git/git_1.8.3.4.bb @@ -1,8 +1,8 @@ require git.inc SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" -SRC_URI[md5sum] = "d91b6099fb6763cf92c696977a247060" -SRC_URI[sha256sum] = "f1d3c6d683f8f15035a8d0f3eb30ed160ff6607111dfc6026d8836307aebc53a" +SRC_URI[md5sum] = "80eec3201a5d012913d287b85adaee8e" +SRC_URI[sha256sum] = "dfa2cdf2df92b4abe956b1e7586030381c4e39e89161ab789a660d8d1f24d9d9" 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} \ |