summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_3.82.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_3.82.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_3.82.bb')
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
deleted file mode 100644
index 6cc467d547..0000000000
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1PR = "r3"
2LICENSE = "GPLv3 & LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
6require make.inc
7
8SRC_URI += "file://expand_MAKEFLAGS.patch \
9 file://intermediate-target-bugfix.patch \
10 file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0 \
11 file://make-savannah-bug30612-fix_white_space.patch"
12
13SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"
14SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
15
16BBCLASSEXTEND = "native nativesdk"