summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.0.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-27 21:46:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:13:59 +0000
commit33b9961ff79fb21e676fdb16cdb8da0988331dab (patch)
tree99e56e401ebfc4fda2b1734664aa203e7b179fdf /meta/recipes-devtools/make/make_4.0.bb
parent0cfb1e7a9f8349def5da787d3a284ac6d18ca55d (diff)
downloadpoky-33b9961ff79fb21e676fdb16cdb8da0988331dab.tar.gz
make: upgrade to 4.0
Upgrade to 4.0, remove the following patches since they have been fixed by the upgrade: - expand_MAKEFLAGS.patch - intermediate-target-bugfix.patch - make-savannah-bug30612-fix_white_space.patch - make-savannah-bug30612-handling_of_archives.patch (From OE-Core rev: f2b40e09e1d9767001f8fd9d5948ff2757491b2f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_4.0.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.0.bb b/meta/recipes-devtools/make/make_4.0.bb
new file mode 100644
index 0000000000..bb2a7ed186
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.0.bb
@@ -0,0 +1,10 @@
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
7SRC_URI[md5sum] = "571d470a7647b455e3af3f92d79f1c18"
8SRC_URI[sha256sum] = "e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb"
9
10BBCLASSEXTEND = "native nativesdk"