diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-12-01 10:48:20 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:20 +0000 |
commit | 37b6d8bcc74a5d6c024b9a722e4714b54e62c217 (patch) | |
tree | 39df92d231f627a85ca9b14863ef60564810847a /meta/recipes-devtools/git | |
parent | bd7244481d45de1eaf0b09ef2e77d6ea1835760c (diff) | |
download | openembedded-core-37b6d8bcc74a5d6c024b9a722e4714b54e62c217.tar.gz openembedded-core-37b6d8bcc74a5d6c024b9a722e4714b54e62c217.tar.bz2 openembedded-core-37b6d8bcc74a5d6c024b9a722e4714b54e62c217.zip |
git: upgrade from 1.7.2.1 to 1.7.3.2
And also updated the src_uri checksums.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r-- | meta/recipes-devtools/git/git_1.7.3.2.bb (renamed from meta/recipes-devtools/git/git_1.7.2.1.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git_1.7.2.1.bb b/meta/recipes-devtools/git/git_1.7.3.2.bb index c8aad2e18e..1f7f937995 100644 --- a/meta/recipes-devtools/git/git_1.7.2.1.bb +++ b/meta/recipes-devtools/git/git_1.7.3.2.bb @@ -1,8 +1,10 @@ require git.inc -PR = "r3" +PR = "r0" 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] = "902f7f07a789fedc0d2ac03656b85969" +SRC_URI[sha256sum] = "bc4cf6bc7c116056050ef43b051691828d7101327b23311d424b02eaee553e71" |