mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
openssh: Update LICENSE field with missing values
The LICENSE file states that some code is licensed under BSD, some under ISC, and some under MIT. The LICENSE field should reflect all of these. (From OE-Core rev: 91096392cf46cae369849723cea14a9da1f3053b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e8ea5a406
commit
c87115772d
@@ -5,7 +5,7 @@ Ssh (Secure Shell) is a program for logging into a remote machine \
|
||||
and for executing commands on a remote machine."
|
||||
HOMEPAGE = "http://www.openssh.com/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD & ISC & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=429658c6612f3a9b1293782366ab29d8"
|
||||
|
||||
DEPENDS = "zlib openssl virtual/crypt"
|
||||
|
||||
Reference in New Issue
Block a user