From cd0967439444ff5f369a290c1bdf678f06a55993 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 26 Jun 2018 15:53:54 +0800 Subject: git: 2.16.1 -> 2.18.0 * Removed code for "${D}${exec_prefix}/lib/perl-native/perl" since there is no such a directory now. * Fixed perl related code. Signed-off-by: Robert Yang --- meta/recipes-devtools/git/git_2.18.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/git/git_2.18.0.bb (limited to 'meta/recipes-devtools/git/git_2.18.0.bb') diff --git a/meta/recipes-devtools/git/git_2.18.0.bb b/meta/recipes-devtools/git/git_2.18.0.bb new file mode 100644 index 0000000000..72b43a7d51 --- /dev/null +++ b/meta/recipes-devtools/git/git_2.18.0.bb @@ -0,0 +1,11 @@ +require git.inc + +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ + ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ + " +EXTRA_OEMAKE += "NO_GETTEXT=1" + +SRC_URI[tarball.md5sum] = "3f210b2dd1613d90ded3b8732b052025" +SRC_URI[tarball.sha256sum] = "94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4" +SRC_URI[manpages.md5sum] = "8251512320568a049192a8219c51e905" +SRC_URI[manpages.sha256sum] = "6cf38ab3ad43ccdcd6a73ffdcf2a016d56ab6b4b240a574b0bb96f520a04ff55" -- cgit 1.2.3-korg