[oe-commits] Saul Wold : wget: Fix License warning

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 10:43:53 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: d1b4410ff348e7f7b422e609b681a5c78e8f25a6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d1b4410ff348e7f7b422e609b681a5c78e8f25a6

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Mar 14 17:41:23 2012 -0700

wget: Fix License warning

WARNING: wget: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 25f36c8..02ea2b8 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"
 





More information about the Openembedded-commits mailing list