Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | SUMMARY = "Tools for TPM2." |
2 | DESCRIPTION = "tpm2-tools" | ||||
3 | LICENSE = "BSD" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" | ||||
5 | SECTION = "tpm" | ||||
6 | |||||
7 | DEPENDS = "pkgconfig tpm2-tss openssl curl autoconf-archive" | ||||
8 | |||||
9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" | ||||
10 | |||||
11 | SRC_URI = "git://github.com/tpm2-software/tpm2-tools.git;branch=3.X" | ||||
12 | |||||
13 | S = "${WORKDIR}/git" | ||||
14 | |||||
15 | inherit autotools pkgconfig |