summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-14 20:00:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-15 09:38:37 +0000
commitd2b7bf95fccb6c09b1a5d727f01b3c7b7b3de125 (patch)
tree35e22d78f29c077e19867c992a2aba9aeffdcb76 /meta/recipes-devtools/git
parent20d0bb142dd5679782db089532007305b18d126c (diff)
downloadpoky-d2b7bf95fccb6c09b1a5d727f01b3c7b7b3de125.tar.gz
make: update 4.3 -> 4.4
Deleted patches: make/0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch (modified bit removed upstream) make/0001-src-dir.c-fix-buffer-overflow-warning.patch make/0002-w32-compat-dirent.c-follow-header.patch make/0003-posixfcn-fcntl-gnulib-make-emulated.patch (fixed upstream) make/0002-modules-fcntl-allow-being-detected-by-importing-proj.patch (code removed upstream) License-update: formatting (From OE-Core rev: fe9650c1766707067482206a3ed3288ba44c1050) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git_2.38.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git_2.38.1.bb b/meta/recipes-devtools/git/git_2.38.1.bb
index 033e36ae16..ef64dba7ac 100644
--- a/meta/recipes-devtools/git/git_2.38.1.bb
+++ b/meta/recipes-devtools/git/git_2.38.1.bb
@@ -71,7 +71,8 @@ do_install () {
71 install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git 71 install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git
72 72
73 if [ "${@bb.utils.filter('PACKAGECONFIG', 'manpages', d)}" ]; then 73 if [ "${@bb.utils.filter('PACKAGECONFIG', 'manpages', d)}" ]; then
74 oe_runmake install-man DESTDIR="${D}" 74 # Needs to be serial with make 4.4 due to https://savannah.gnu.org/bugs/index.php?63362
75 make install-man DESTDIR="${D}"
75 fi 76 fi
76} 77}
77 78