All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make: Fix license warning
@ 2012-03-16 11:47 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-03-16 11:47 UTC (permalink / raw)
  To: openembedded-core

WARNING: make: No generic license file exists for: GPL in any provider

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 5c52c2a..6bfe576 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -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"
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index bea3339..2b512bd 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-16 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 11:47 [PATCH] make: Fix license warning Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.