mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
ovmf: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-2-Clause-Patent. (From OE-Core rev: 3e5c91e3517f15c25ecf56877a15962427dd0f3b) 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
b7212a9aa1
commit
64a2dd7fdf
@@ -2,8 +2,8 @@ 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-2-Clause"
|
||||
LICENSE:class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}"
|
||||
LICENSE = "BSD-2-Clause-Patent"
|
||||
LICENSE:class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD-2-Clause-Patent & OpenSSL', 'BSD-2-Clause-Patent', d)}"
|
||||
LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=06357ddc23f46577c2aeaeaf7b776d65"
|
||||
|
||||
# Enabling Secure Boot adds a dependency on OpenSSL and implies
|
||||
|
||||
Reference in New Issue
Block a user