mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
openssh: remove redundant BSD license
The license statement already includes BSD-2-Clause and BSD-3-Clause, so remove the redundant and ambiguous BSD license. (From OE-Core rev: 5c0b03cda19bcebfc71e1e601a4336fcda4bfc2b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
359fc85454
commit
7eaab4b261
@@ -5,7 +5,7 @@ Ssh (Secure Shell) is a program for logging into a remote machine \
|
|||||||
and for executing commands on a remote machine."
|
and for executing commands on a remote machine."
|
||||||
HOMEPAGE = "http://www.openssh.com/"
|
HOMEPAGE = "http://www.openssh.com/"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & BSD & ISC & MIT"
|
LICENSE = "BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & ISC & MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=d9d2753bdef9f19466dc7bc959114b11"
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=d9d2753bdef9f19466dc7bc959114b11"
|
||||||
|
|
||||||
DEPENDS = "zlib openssl virtual/crypt"
|
DEPENDS = "zlib openssl virtual/crypt"
|
||||||
|
|||||||
Reference in New Issue
Block a user