aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.1.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-12-21 21:28:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-23 10:12:18 +0000
commitc6ef0981b4eb39717b5b04ecc9cf1c589b4c79be (patch)
tree49ae36ac1b4d9d83858fe8014b5914d98e31344e /meta/recipes-devtools/make/make_4.1.bb
parent3b38d77b9b1d46b9ff5f59b34f65162494a161c8 (diff)
downloadopenembedded-core-contrib-c6ef0981b4eb39717b5b04ecc9cf1c589b4c79be.tar.gz
make: upgrade to 4.1
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.1.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.1.bb b/meta/recipes-devtools/make/make_4.1.bb
new file mode 100644
index 0000000000..a1b0d7c45f
--- /dev/null
+++ b/meta/recipes-devtools/make/make_4.1.bb
@@ -0,0 +1,12 @@
+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] = "57a7a224a822f94789a587ccbcedff69"
+SRC_URI[sha256sum] = "0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5"
+
+BBCLASSEXTEND = "native nativesdk"