summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.2.1.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-06-14 19:29:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:25 +0100
commit1c916949e9035d2c29b50ea69a8a2a1ff575b7d0 (patch)
tree591847f724f71d94465657b9d5df0057f3f6be40 /meta/recipes-devtools/make/make_4.2.1.bb
parenta525a06ebabfb0d0e1b409bda8e1313eab2bf957 (diff)
downloadpoky-1c916949e9035d2c29b50ea69a8a2a1ff575b7d0.tar.gz
make: 4.2 -> 4.2.1
1) Remove unused patch 0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch. 2) Here are the fixes since 4.2, the [SV 47995] is important for us. * maintMakefile: TP recommends rsync for retrieving PO files. * main.c (main): [SV 48009] Reset stack limit for make re-exec. [SV 47995] Ensure forced double-colon rules work with -j. * DELETE_ON_ERROR: [SV 48061] Use "exit 1" for portability. * w32/pathstuff.c: [SV 47996] Use ISBLANK() not isblank(). Fix printing time stamps on MS-Windows [SV 48037] Fix MinGW build with Posix configury tools (From OE-Core rev: ce48f7dcdbf694caab0be04434ba6df6a61b7d8b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_4.2.1.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.2.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.2.1.bb b/meta/recipes-devtools/make/make_4.2.1.bb
new file mode 100644
index 0000000000..c6e6a0cd58
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.2.1.bb
@@ -0,0 +1,12 @@
1LICENSE = "GPLv3 & LGPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
3 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
5require make.inc
6
7EXTRA_OECONF += "--without-guile"
8
9SRC_URI[md5sum] = "15b012617e7c44c0ed482721629577ac"
10SRC_URI[sha256sum] = "d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589"
11
12BBCLASSEXTEND = "native nativesdk"