diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-02-20 09:59:21 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2014-02-20 20:06:23 -0800 |
commit | 2d51215dbfcde7a9ead430ca8c127944c77ceb40 (patch) | |
tree | e83fcb833a2474f2188737750c76b51eacf1c58a /meta/recipes-devtools | |
parent | 08c523daec0f5161803d2a6704402490c18ff6ca (diff) | |
download | openembedded-core-2d51215dbfcde7a9ead430ca8c127944c77ceb40.tar.gz openembedded-core-2d51215dbfcde7a9ead430ca8c127944c77ceb40.tar.bz2 openembedded-core-2d51215dbfcde7a9ead430ca8c127944c77ceb40.zip |
git: update to 1.9.0 release
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git_1.9.0.bb (renamed from meta/recipes-devtools/git/git_1.8.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_1.8.5.2.bb b/meta/recipes-devtools/git/git_1.9.0.bb index 4777c46039..4eb6c99a30 100644 --- a/meta/recipes-devtools/git/git_1.8.5.2.bb +++ b/meta/recipes-devtools/git/git_1.9.0.bb @@ -2,8 +2,8 @@ require git.inc SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" -SRC_URI[md5sum] = "df8519044f9880f3687d863d99245282" -SRC_URI[sha256sum] = "024694524b8be91fe29afca65bc3a9e40de1322dd5ef2b2c0babb6849c913e8a" +SRC_URI[md5sum] = "e16c14b27c644b8e0dd72bdb5ff77450" +SRC_URI[sha256sum] = "de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882" 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} \ |