From: Wang Mingyu Date: Tue, 23 Mar 2021 01:42:39 +0000 (+0800) Subject: openssh: Improve LICENSE to show BSD license variants. X-Git-Tag: yocto-3.3~65 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d17938953fc2524bc5f04db4409a47aa400e756a;p=openembedded-core.git openssh: Improve LICENSE to show BSD license variants. Update LICENSE to show that BSD-2-Clause, BSD-3-Clause and BSD-4-Clause are all present. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb b/meta/recipes-connectivity/openssh/openssh_8.5p1.bb index 61d9b95b9e..6a49cf71cc 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.5p1.bb @@ -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 & ISC & MIT" +LICENSE = "BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & BSD & ISC & MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=d9d2753bdef9f19466dc7bc959114b11" DEPENDS = "zlib openssl virtual/crypt"