From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:36 +0000 (+0000) Subject: ovmf: Clarify BSD license variant X-Git-Tag: yocto-4.0~8584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d53cbe59a10c065417ef6e87e657a5b590ea344;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ovmf: Clarify BSD license variant The license of ovmf is BSD-2-Clause Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index b569b593fc2..3b5a05e51e6 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -2,7 +2,7 @@ SUMMARY = "OVMF - UEFI firmware for Qemu and KVM" DESCRIPTION = "OVMF is an EDK II based project to enable UEFI support for \ Virtual Machines. OVMF contains sample UEFI firmware for QEMU and KVM" HOMEPAGE = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF" -LICENSE = "BSD" +LICENSE = "BSD-2-Clause" LICENSE_class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=06357ddc23f46577c2aeaeaf7b776d65"