diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-03 18:21:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 14:32:10 +0000 |
commit | 6b437bf245e21fea2a792ebc3919ef4e42b0283f (patch) | |
tree | 906dd0c91a483db3dc30956ecedd2602cd4db429 /meta/recipes-devtools | |
parent | acdec40f31ecd2eecf8c173b632b8fb01ca59b3d (diff) | |
download | openembedded-core-6b437bf245e21fea2a792ebc3919ef4e42b0283f.tar.gz openembedded-core-6b437bf245e21fea2a792ebc3919ef4e42b0283f.tar.bz2 openembedded-core-6b437bf245e21fea2a792ebc3919ef4e42b0283f.zip |
git: updated to 1.8.0.2
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git_1.8.0.2.bb (renamed from meta/recipes-devtools/git/git_1.7.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/git/git_1.7.7.bb b/meta/recipes-devtools/git/git_1.8.0.2.bb index 6b6e04b81d..5e5a23eb75 100644 --- a/meta/recipes-devtools/git/git_1.7.7.bb +++ b/meta/recipes-devtools/git/git_1.8.0.2.bb @@ -1,12 +1,12 @@ require git.inc -PR = "r3" +PR = "r0" SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" -SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33" -SRC_URI[sha256sum] = "5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6" +SRC_URI[md5sum] = "1aca109d4a719fe5bc43d25927fbc7d9" +SRC_URI[sha256sum] = "c06d5d29389e90583d16ec41d5be931593196f6842f9b14e910a0b5781c10e07" 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} \ " - +EXTRA_OEMAKE += "NO_GETTEXT=1" |