blob: cea48f8dd16df7be3567b6d99f9f85add2d0302e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "Tools for TPM2"
DESCRIPTION = "This project builds a set of command-line tools for \
interacting with a TPM (Trusted Platform Module) 2."
HOMEPAGE = "https://github.com/tpm2-software/tpm2-tools"
SECTION = "security/tpm"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=91b7c548d73ea16537799e8060cea819"
DEPENDS = " \
tpm2-abrmd openssl curl autoconf-archive-native \
tpm2-tss libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim \
"
inherit autotools pkgconfig
|