mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
23 lines
474 B
BlitzBasic
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 \
|
|
"
|