aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-06-13 02:26:58 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-06-14 19:22:16 -0700
commitbd14ed91e60429507fcb8b28e0ffc1d87c586365 (patch)
treed964fb94745bd00837a9af820b2e1dc1d56e5d60 /meta/recipes-devtools/make/make_4.2.bb
parent6979749fd31baf20f19d3307bba510907016aa3f (diff)
downloadopenembedded-core-contrib-bd14ed91e60429507fcb8b28e0ffc1d87c586365.tar.gz
make: 4.2 -> 4.2.1rbt/make
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 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/make/make_4.2.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.2.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-devtools/make/make_4.2.bb b/meta/recipes-devtools/make/make_4.2.bb
deleted file mode 100644
index 6327d6ce51..0000000000
--- a/meta/recipes-devtools/make/make_4.2.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-LICENSE = "GPLv3 & LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
- file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
- file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
-require make.inc
-
-EXTRA_OECONF += "--without-guile"
-
-SRC_URI[md5sum] = "85ad14d08766201ffe71efa866f4fb91"
-SRC_URI[sha256sum] = "4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f"
-
-BBCLASSEXTEND = "native nativesdk"