diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-11-04 17:09:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-05 10:37:12 +0000 |
commit | 83883e26066cf68c1ae7422d61f786eb6b1996c9 (patch) | |
tree | 7a14e76b334e399518b5c82426e49fb492fe22f6 /meta/recipes-devtools | |
parent | 63606556d812bda13d312327b6713c6a4204b38f (diff) | |
download | poky-83883e26066cf68c1ae7422d61f786eb6b1996c9.tar.gz |
git: update to 2.24.0
(From OE-Core rev: ef5e557cb4eb08e15086c1a5a83135e2725f2b65)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git_2.23.0.bb | 11 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_2.24.0.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-devtools/git/git_2.23.0.bb b/meta/recipes-devtools/git/git_2.23.0.bb deleted file mode 100644 index 1539182a90..0000000000 --- a/meta/recipes-devtools/git/git_2.23.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require git.inc | ||
2 | |||
3 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | ||
4 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | ||
5 | " | ||
6 | EXTRA_OEMAKE += "NO_GETTEXT=1" | ||
7 | |||
8 | SRC_URI[tarball.md5sum] = "203c238ffdcef76f9bd6c67cfbaf949f" | ||
9 | SRC_URI[tarball.sha256sum] = "e3396c90888111a01bf607346db09b0fbf49a95bc83faf9506b61195936f0cfe" | ||
10 | SRC_URI[manpages.md5sum] = "90a72e553de712d798d68b15b57bc928" | ||
11 | SRC_URI[manpages.sha256sum] = "a5b0998f95c2290386d191d34780d145ea67e527fac98541e0350749bf76be75" | ||
diff --git a/meta/recipes-devtools/git/git_2.24.0.bb b/meta/recipes-devtools/git/git_2.24.0.bb new file mode 100644 index 0000000000..e9cb382f69 --- /dev/null +++ b/meta/recipes-devtools/git/git_2.24.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require git.inc | ||
2 | |||
3 | EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | ||
4 | ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ | ||
5 | " | ||
6 | EXTRA_OEMAKE += "NO_GETTEXT=1" | ||
7 | |||
8 | SRC_URI[tarball.md5sum] = "ed39361a3ae362c8af852d1a06992bc2" | ||
9 | SRC_URI[tarball.sha256sum] = "ad11030d2eac656ee9e8862f56d1610550f7867181beff814c7712a99192e99d" | ||
10 | SRC_URI[manpages.md5sum] = "57465e83f13ba910a178b717d93958c0" | ||
11 | SRC_URI[manpages.sha256sum] = "ce995f86f441b56ab1fd0788a94786904ae2e2989e7191fd68060003011366d7" | ||