summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/make/make_4.3.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.3.bb b/meta/recipes-devtools/make/make_4.3.bb
new file mode 100644
index 0000000000..70caf0ae16
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.3.bb
@@ -0,0 +1,18 @@
1LICENSE = "GPLv3"
2LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
3require make.inc
4
5SRC_URI += "\
6 file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
7 file://0002-modules-fcntl-allow-being-detected-by-importing-proj.patch \
8 file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
9 file://0002-w32-compat-dirent.c-follow-header.patch \
10 file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
11"
12
13EXTRA_OECONF += "--without-guile"
14
15SRC_URI[md5sum] = "d5c40e7bd1e97a7404f5d3be982f479a"
16SRC_URI[sha256sum] = "de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82"
17
18BBCLASSEXTEND = "native nativesdk"