diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-14 17:41:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 10:40:30 +0000 |
commit | f56eb887fdada14bca387d72c9acde6d0d0caebf (patch) | |
tree | f4a4ff3795eeccae6b641bfc434849a71db6256e | |
parent | 837e8c70def26103ce185866f247129cbb7d03b9 (diff) | |
download | poky-f56eb887fdada14bca387d72c9acde6d0d0caebf.tar.gz |
wget: Fix License warning
WARNING: wget: No generic license file exists for: GPL in any provider
(From OE-Core rev: d1b4410ff348e7f7b422e609b681a5c78e8f25a6)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 25f36c80c4..02ea2b8554 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." | 1 | DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." |
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
6 | 6 | ||