diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 11:36:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 16:44:54 +0000 |
commit | 3b42499043b0f48ae521e4491a27158edcd046e0 (patch) | |
tree | 23829c82fe8e8c7ddf5cf17915d418c68e016404 /meta/recipes-devtools/make/make.inc | |
parent | 5a05d1ab0f01105551cacb15d46a4a77aedf9777 (diff) | |
download | openembedded-core-3b42499043b0f48ae521e4491a27158edcd046e0.tar.gz openembedded-core-3b42499043b0f48ae521e4491a27158edcd046e0.tar.bz2 openembedded-core-3b42499043b0f48ae521e4491a27158edcd046e0.zip |
make: Fix license warning
WARNING: make: No generic license file exists for: GPL in any provider
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make.inc')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 1 |
1 files changed, 0 insertions, 1 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 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" |