1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Saul Wold
2012-03-14 17:41:23 -07:00
committed by Richard Purdie
parent 837e8c70de
commit f56eb887fd
+1 -1
View 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"