summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 11:36:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 16:47:41 +0000
commit0422aca9f66aa63157c2fc96e3249498fcf14fd4 (patch)
treee423133d77261ef166d5a664ab03b7af4dd7b20e /meta
parent28c755f7c0959f3cf465976b36f78695df9fcd2d (diff)
downloadpoky-0422aca9f66aa63157c2fc96e3249498fcf14fd4.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/make/make.inc1
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb2
2 files changed, 1 insertions, 2 deletions
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
4called the makefile, which lists each of the non-source files and how to compute it from other files." 4called the makefile, which lists each of the non-source files and how to compute it from other files."
5HOMEPAGE = "http://www.gnu.org/software/make/" 5HOMEPAGE = "http://www.gnu.org/software/make/"
6SECTION = "devel" 6SECTION = "devel"
7LICENSE = "GPL"
8 7
9SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ 8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
10 file://SCCS.patch" 9 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 @@
1PR = "r1" 1PR = "r1"
2LICENSE="GPLv3&LGPLv2" 2LICENSE = "GPLv3 & LGPLv2"
3LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
5require make.inc 5require make.inc