Files
Yi Zhao 4042043742 meta-secure-core: Convert to new override syntax
Converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2021-08-09 18:51:13 +08:00

23 lines
474 B
BlitzBasic

DESCRIPTION = "Basic packagegroup for TCG TSS and utilities that use it."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "\
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
"
inherit packagegroup
RDEPENDS:${PN} = "\
trousers \
tpm-tools \
tpm-quote-tools \
openssl-tpm-engine \
rng-tools \
"
RRECOMMENDS:${PN} = "\
kernel-module-tpm-rng \
kernel-module-tpm-tis \
kernel-module-tpm-atmel \
kernel-module-tpm-infineon \
"