From 2a4d951326e427cf4b88d38dbf5a940516a08aea Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 24 Feb 2016 16:24:04 +0200 Subject: git: update to 2.7.2 Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/git/git_2.7.0.bb | 11 ----------- meta/recipes-devtools/git/git_2.7.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.7.0.bb create mode 100644 meta/recipes-devtools/git/git_2.7.2.bb diff --git a/meta/recipes-devtools/git/git_2.7.0.bb b/meta/recipes-devtools/git/git_2.7.0.bb deleted file mode 100644 index 2916a1c2d2..0000000000 --- a/meta/recipes-devtools/git/git_2.7.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -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] = "f3c3ed131e37e5e07cc0b81e9b539908" -SRC_URI[tarball.sha256sum] = "db9df4435c70a9b25d20a9ee20d65101692dc907a5a4b30e8343c9ae1b913ead" -SRC_URI[manpages.md5sum] = "dca693846672e68c31d2eb1fc32e763b" -SRC_URI[manpages.sha256sum] = "444703d66d8441c3c67ba12997719d7510b67a6bc51ccd098474c417a334fb61" diff --git a/meta/recipes-devtools/git/git_2.7.2.bb b/meta/recipes-devtools/git/git_2.7.2.bb new file mode 100644 index 0000000000..3fd71513ae --- /dev/null +++ b/meta/recipes-devtools/git/git_2.7.2.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] = "162ddc6c9b243899ad67ebd6b1c166b1" +SRC_URI[tarball.sha256sum] = "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df" +SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6" +SRC_URI[manpages.sha256sum] = "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15" -- cgit 1.2.3-korg