diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-11-05 11:25:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-05 22:17:55 +0000 |
commit | 039b8ec125da2f3966263b6c9bdfb2864cb29772 (patch) | |
tree | 5ff5ea293b66115ffdf2f427a3069817f446c997 | |
parent | a2e3baad89cfd5cbd1b341cd0a3cc828643ba8a1 (diff) | |
download | poky-039b8ec125da2f3966263b6c9bdfb2864cb29772.tar.gz |
git: upgrade to 1.8.4.2
(From OE-Core rev: 0288d4337533e32124ff040701d2ef012970e8f2)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/git/git_1.8.4.2.bb (renamed from meta/recipes-devtools/git/git_1.8.3.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_1.8.3.4.bb b/meta/recipes-devtools/git/git_1.8.4.2.bb index 124a98edb6..d162702ca6 100644 --- a/meta/recipes-devtools/git/git_1.8.3.4.bb +++ b/meta/recipes-devtools/git/git_1.8.4.2.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require git.inc | 1 | require git.inc |
2 | 2 | ||
3 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" | 3 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" |
4 | SRC_URI[md5sum] = "80eec3201a5d012913d287b85adaee8e" | 4 | SRC_URI[md5sum] = "6f63d103465b86ca0ebe4189ea54731c" |
5 | SRC_URI[sha256sum] = "dfa2cdf2df92b4abe956b1e7586030381c4e39e89161ab789a660d8d1f24d9d9" | 5 | SRC_URI[sha256sum] = "6732278ce4870b314cfd83500ec15d5ee7a868be5b96549022d6f0972bf3dd2a" |
6 | 6 | ||
7 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ | 7 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ |
8 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | 8 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ |