From: Saul Wold Date: Thu, 15 Mar 2012 00:41:23 +0000 (-0700) Subject: wget: Fix License warning X-Git-Tag: 2015-4~11388 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d1b4410ff348e7f7b422e609b681a5c78e8f25a6;p=openembedded-core.git wget: Fix License warning WARNING: wget: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold --- 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"