summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 17:41:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 10:40:30 +0000
commitf56eb887fdada14bca387d72c9acde6d0d0caebf (patch)
treef4a4ff3795eeccae6b641bfc434849a71db6256e /meta/recipes-extended
parent837e8c70def26103ce185866f247129cbb7d03b9 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/wget/wget.inc2
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 @@
1DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." 1DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPL" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6 6