]> code.ossystems Code Review - openembedded-core.git/commitdiff
make: Fix license warning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Mar 2012 11:36:49 +0000 (11:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Mar 2012 16:44:54 +0000 (16:44 +0000)
WARNING: make: No generic license file exists for: GPL in any provider

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/make/make.inc
meta/recipes-devtools/make/make_3.82.bb

index 5c52c2ad6392ed33b9adc59428a2d6ee4ef2b414..6bfe57647928efd77d22502af0329156ddfb6631 100644 (file)
@@ -4,7 +4,6 @@ program from the program's source files.  Make gets its knowledge of how to buil
 called the makefile, which lists each of the non-source files and how to compute it from other files."
 HOMEPAGE = "http://www.gnu.org/software/make/"
 SECTION = "devel"
-LICENSE = "GPL"
 
 SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
            file://SCCS.patch"
index bea33397b50b64b07411f08ae9fdc5ed3108adfc..2b512bd5787e888cd7b5295d82dae857d72c9743 100644 (file)
@@ -1,5 +1,5 @@
 PR = "r1"
-LICENSE="GPLv3&LGPLv2"
+LICENSE = "GPLv3 & LGPLv2"
 LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
 require make.inc