]> code.ossystems Code Review - openembedded-core.git/commitdiff
make: Add toplevel COPYING File and move BBCLASSEXTEND
authorSaul Wold <sgw@linux.intel.com>
Fri, 16 Mar 2012 23:51:59 +0000 (16:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2012 13:36:52 +0000 (13:36 +0000)
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>
meta/recipes-devtools/make/make.inc
meta/recipes-devtools/make/make_3.82.bb

index 6bfe57647928efd77d22502af0329156ddfb6631..5de74e426166a11fb205c9589cfc0650095914d6 100644 (file)
@@ -9,5 +9,3 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
            file://SCCS.patch"
 
 inherit autotools gettext
-
-BBCLASSEXTEND = "native"
index 2b512bd5787e888cd7b5295d82dae857d72c9743..8167c01f37fe2ec81546578493438e666a932e0a 100644 (file)
@@ -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"