]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: Fix License warning
authorSaul Wold <sgw@linux.intel.com>
Thu, 15 Mar 2012 00:41:23 +0000 (17:41 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 15 Mar 2012 18:43:31 +0000 (11:43 -0700)
WARNING: wget: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/wget/wget.inc

index 25f36c80c4f54c1c12e03466c5f2b3bbf55d2ca5..02ea2b8554e8fb438dbf1dca675e13c6cf187d31 100644 (file)
@@ -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"