diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-07-21 12:07:41 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-25 15:27:33 +0100 |
| commit | 915d601b1cc4865fe1804670881805cc86c664e0 (patch) | |
| tree | 4850e3f073d49662b1bc1817368dd12dbd4d1573 | |
| parent | aa4c640d8579f155944645d932a05e297330577a (diff) | |
| download | poky-915d601b1cc4865fe1804670881805cc86c664e0.tar.gz | |
git: upgrade 2.39.3 -> 2.41.0
Changelog for 2.41.0: https://github.com/git/git/blob/master/Documentation/RelNotes/2.41.0.txt
Changelog for 2.40.0: https://github.com/git/git/blob/master/Documentation/RelNotes/2.40.0.txt
git-add--interactive was removed in 2.40.0 in favor of git add -i, which
caused the AUH upgrade failure as that PERLTOOLS entry was no longer
relevant.
(From OE-Core rev: 60ff9714328ada93029bde6623f64977178a2de0)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/git/git_2.41.0.bb (renamed from meta/recipes-devtools/git/git_2.39.3.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.3.bb b/meta/recipes-devtools/git/git_2.41.0.bb index 3393550c85..b84be24b94 100644 --- a/meta/recipes-devtools/git/git_2.39.3.bb +++ b/meta/recipes-devtools/git/git_2.41.0.bb | |||
| @@ -117,7 +117,6 @@ FILES:${PN} += "${datadir}/git-core ${libexecdir}/git-core/" | |||
| 117 | 117 | ||
| 118 | PERLTOOLS = " \ | 118 | PERLTOOLS = " \ |
| 119 | ${bindir}/git-cvsserver \ | 119 | ${bindir}/git-cvsserver \ |
| 120 | ${libexecdir}/git-core/git-add--interactive \ | ||
| 121 | ${libexecdir}/git-core/git-archimport \ | 120 | ${libexecdir}/git-core/git-archimport \ |
| 122 | ${libexecdir}/git-core/git-cvsexportcommit \ | 121 | ${libexecdir}/git-core/git-cvsexportcommit \ |
| 123 | ${libexecdir}/git-core/git-cvsimport \ | 122 | ${libexecdir}/git-core/git-cvsimport \ |
| @@ -161,4 +160,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | |||
| 161 | " | 160 | " |
| 162 | EXTRA_OEMAKE += "NO_GETTEXT=1" | 161 | EXTRA_OEMAKE += "NO_GETTEXT=1" |
| 163 | 162 | ||
| 164 | SRC_URI[tarball.sha256sum] = "2f9aa93c548941cc5aff641cedc24add15b912ad8c9b36ff5a41b1a9dcad783e" | 163 | SRC_URI[tarball.sha256sum] = "c4a6a3dd1827895a80cbd824e14d94811796ae54037549e0da93f7b84cb45b9f" |
