diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-14 20:00:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-15 09:38:37 +0000 |
| commit | d2b7bf95fccb6c09b1a5d727f01b3c7b7b3de125 (patch) | |
| tree | 35e22d78f29c077e19867c992a2aba9aeffdcb76 /meta/recipes-devtools/make/make_4.4.bb | |
| parent | 20d0bb142dd5679782db089532007305b18d126c (diff) | |
| download | poky-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.bb | 14 |
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 @@ | |||
| 1 | LICENSE = "GPL-3.0-only" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | ||
| 3 | require make.inc | ||
| 4 | |||
| 5 | SRC_URI += " \ | ||
| 6 | file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \ | ||
| 7 | file://sigpipe.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | EXTRA_OECONF += "--without-guile" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
