diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2014-07-10 19:32:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:50 +0100 |
commit | 2e822bf1193332ed0ce8c7a0fdbf0aa9cac3ea40 (patch) | |
tree | 21056a0ce9594611dd8b10d653a46b9e3cfcbc10 /meta/recipes-devtools/git/git_1.9.0.bb | |
parent | bb0b7656fb36b79e14b4ebfe374c8abf8151e2a8 (diff) | |
download | poky-2e822bf1193332ed0ce8c7a0fdbf0aa9cac3ea40.tar.gz |
git: update to v2.0.1
Also fetch source code from kernel.org. As per the Git release announcement, see
[1], Git source tarball are now located back on kernel.org, at [2].
[1] https://lkml.org/lkml/2014/6/25/760
[2] https://www.kernel.org/pub/software/scm/git/
(From OE-Core rev: 4a7df842a0e8754329b3f7b5b25483b0d403ea4d)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git_1.9.0.bb')
-rw-r--r-- | meta/recipes-devtools/git/git_1.9.0.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/git/git_1.9.0.bb b/meta/recipes-devtools/git/git_1.9.0.bb deleted file mode 100644 index 4eb6c99a30..0000000000 --- a/meta/recipes-devtools/git/git_1.9.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require git.inc | ||
2 | |||
3 | SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz" | ||
4 | |||
5 | SRC_URI[md5sum] = "e16c14b27c644b8e0dd72bdb5ff77450" | ||
6 | SRC_URI[sha256sum] = "de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882" | ||
7 | |||
8 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \ | ||
9 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | ||
10 | " | ||
11 | EXTRA_OEMAKE += "NO_GETTEXT=1" | ||