summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-16 16:51:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:43 +0000
commit7b6e4fe696dd918dc5f7fe0917a375404af17c26 (patch)
tree3882385dfa42fb90ddd255154234fa52acb210b8 /meta/recipes-devtools
parent02c2f51af998b54c2bb2e163262db8b060a29500 (diff)
downloadpoky-7b6e4fe696dd918dc5f7fe0917a375404af17c26.tar.gz
make: Add toplevel COPYING File and move BBCLASSEXTEND
BBCLASSEXTEND is moved so that bitbake can use the most recent make instead of the older version when GPLv3 is set as an INCOMPATIBLE_LICENSE (From OE-Core rev: 86de6c76e7aeaadb1f4660a5662fbfde96783a93) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/make/make.inc2
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb7
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 6bfe576479..5de74e4261 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -9,5 +9,3 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
9 file://SCCS.patch" 9 file://SCCS.patch"
10 10
11inherit autotools gettext 11inherit autotools gettext
12
13BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index 2b512bd578..8167c01f37 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -1,6 +1,7 @@
1PR = "r1" 1PR = "r2"
2LICENSE = "GPLv3 & LGPLv2" 2LICENSE = "GPLv3 & LGPLv2"
3LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
5require make.inc 6require make.inc
6 7
@@ -8,3 +9,5 @@ SRC_URI += "file://expand_MAKEFLAGS.patch"
8 9
9SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" 10SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"
10SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" 11SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
12
13BBCLASSEXTEND = "native"