summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.3.bb
blob: ede90b9ef3f42ff505a62a0d08daa0f20c5525fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
require make.inc

SRC_URI += "\
	file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
	file://0002-modules-fcntl-allow-being-detected-by-importing-proj.patch \
	file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
	file://0002-w32-compat-dirent.c-follow-header.patch \
	file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
"

EXTRA_OECONF += "--without-guile"

# This was breaking on target kernel modules tests from testimage on mips/mips64. Likely a 
# glibc issue in 2.31 which may be fixed in branch updates (testing pending).
EXTRA_OECONF_append_mips=" ac_cv_func_posix_spawn=no"
EXTRA_OECONF_append_mips64=" ac_cv_func_posix_spawn=no"

SRC_URI[md5sum] = "d5c40e7bd1e97a7404f5d3be982f479a"
SRC_URI[sha256sum] = "de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82"

BBCLASSEXTEND = "native nativesdk"