summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-06-12 01:25:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:00 +0100
commitce0a036fafe4fab77c9c4936cc68c7ca52e154e7 (patch)
tree00ad72115610dc661fed0b35f3cf537b575db304 /meta/recipes-devtools/make/make_4.2.bb
parentca9af209e9bce161533116a8bc39b0a246964a88 (diff)
downloadpoky-ce0a036fafe4fab77c9c4936cc68c7ca52e154e7.tar.gz
make: 4.1 -> 4.2
Remove backport patch 0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch (From OE-Core rev: 3ff14b3fb23746139e359e34f80dfaea6722a0cf) 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.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.2.bb b/meta/recipes-devtools/make/make_4.2.bb
new file mode 100644
index 0000000000..6327d6ce51
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.2.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] = "85ad14d08766201ffe71efa866f4fb91"
10SRC_URI[sha256sum] = "4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f"
11
12BBCLASSEXTEND = "native nativesdk"