mirror of
https://git.yoctoproject.org/meta-security
synced 2026-08-30 00:32:21 +00:00
meta-tpm: Fix SUMMARY/HOMEPAGE in affected recipes
To quiet the missing metadata warnings, switch DESCRIPTION to SUMMARY in the following recipes: - security-tpm-image - security-tpm2-image - packagegroup-security-tpm - openssl-tpm-engine and add HOMEPAGE to these recipes: - libtpms - swtpm - tpm-tools Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A small image for building a tpm image for testing"
|
||||
SUMMARY = "A small image for building a tpm image for testing"
|
||||
|
||||
IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A small image for building a tpm2 image for testing"
|
||||
SUMMARY = "A small image for building a tpm2 image for testing"
|
||||
|
||||
IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Security packagegroup for Poky"
|
||||
SUMMARY = "Security packagegroup for Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
SUMMARY = "LIBPM - Software TPM Library"
|
||||
HOMEPAGE = "https://github.com/stefanberger/libtpms"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
SUMMARY = "SWTPM - Software TPM Emulator"
|
||||
HOMEPAGE = "https://github.com/stefanberger/swtpm"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fe8092c832b71ef20dfe4c6d3decb3a8"
|
||||
SECTION = "apps"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "OpenSSL secure engine based on TPM hardware"
|
||||
SUMMARY = "OpenSSL secure engine based on TPM hardware"
|
||||
HOMEPAGE = "https://github.com/mgerstner/openssl_tpm_engine"
|
||||
SECTION = "security/tpm"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
SUMMARY = "The tpm-tools package contains commands to allow the platform administrator the ability to manage and diagnose the platform's TPM."
|
||||
HOMEPAGE = "https://sourceforge.net/p/trousers/tpm-tools"
|
||||
DESCRIPTION = " \
|
||||
The tpm-tools package contains commands to allow the platform administrator \
|
||||
the ability to manage and diagnose the platform's TPM. Additionally, the \
|
||||
|
||||
Reference in New Issue
Block a user