diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 16:51:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 13:36:52 +0000 |
commit | 86de6c76e7aeaadb1f4660a5662fbfde96783a93 (patch) | |
tree | 82603734ea8fb540a2c0bff73dd309a419a37faf /meta | |
parent | 278e840e15c09719765edcc57351427fa704968b (diff) | |
download | openembedded-core-contrib-86de6c76e7aeaadb1f4660a5662fbfde96783a93.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
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/make/make_3.82.bb | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 6bfe5764792..5de74e42616 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 \ file://SCCS.patch" inherit autotools gettext - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index 2b512bd5787..8167c01f37f 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb @@ -1,6 +1,7 @@ -PR = "r1" +PR = "r2" LICENSE = "GPLv3 & LGPLv2" -LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" require make.inc @@ -8,3 +9,5 @@ SRC_URI += "file://expand_MAKEFLAGS.patch" SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" + +BBCLASSEXTEND = "native" |