aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 17:41:23 -0700
committerSaul Wold <sgw@linux.intel.com>2012-03-15 11:43:31 -0700
commitd1b4410ff348e7f7b422e609b681a5c78e8f25a6 (patch)
treefcff713c8548ef6d99c2a2206c0c22cf293dffdd /meta/recipes-extended/wget
parentad9b873774938e21036f367cfaa1a4e1a9bda717 (diff)
downloadopenembedded-core-contrib-d1b4410ff348e7f7b422e609b681a5c78e8f25a6.tar.gz
wget: Fix License warning
WARNING: wget: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/wget')
-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 @@
DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
SECTION = "console/network"
-LICENSE = "GPL"
+LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "openssl"