From 0422aca9f66aa63157c2fc96e3249498fcf14fd4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 16 Mar 2012 11:36:49 +0000 Subject: make: Fix license warning WARNING: make: No generic license file exists for: GPL in any provider (From OE-Core rev: 3b42499043b0f48ae521e4491a27158edcd046e0) Signed-off-by: Richard Purdie --- meta/recipes-devtools/make/make.inc | 1 - meta/recipes-devtools/make/make_3.82.bb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/make') diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 5c52c2ad63..6bfe576479 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 bea33397b5..2b512bd578 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 -- cgit v1.2.3-54-g00ecf