From: Leonardo Sandoval Date: Wed, 5 Jul 2017 15:57:36 +0000 (-0700) Subject: ovmf: add SUMMARY and fix HOMEPAGE url X-Git-Tag: 2017-10~61 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23155b607c509b799775949774ad7da23c10b373;p=openembedded-core.git ovmf: add SUMMARY and fix HOMEPAGE url Signed-off-by: Leonardo Sandoval Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 50c01aa3b6..a98826210e 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -1,5 +1,7 @@ -DESCRIPTION = "OVMF - UEFI firmware for Qemu and KVM" -HOMEPAGE = "http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF" +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_class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=343dc88e82ff33d042074f62050c3496"