mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
committed by
Richard Purdie
parent
837e8c70de
commit
f56eb887fd
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
|
DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user