summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.4.bb
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/make/make_4.4.bb
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/make/make_4.4.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.4.bb b/meta/recipes-devtools/make/make_4.4.bb
new file mode 100644
index 0000000000..6642c708d8
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.4.bb
@@ -0,0 +1,14 @@
1LICENSE = "GPL-3.0-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
3require make.inc
4
5SRC_URI += " \
6 file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
7 file://sigpipe.patch \
8 "
9
10EXTRA_OECONF += "--without-guile"
11
12SRC_URI[sha256sum] = "581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18"
13
14BBCLASSEXTEND = "native nativesdk"