Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "Tools for TPM2." |
| 2 | DESCRIPTION = "tpm2.0-tools" |
| 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" |
| 5 | SECTION = "tpm" |
| 6 | |
| 7 | DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" |
| 8 | |
| 9 | # July 10, 2017 |
| 10 | SRCREV = "26c0557040c1cf8107fa3ebbcf2a5b07cc84b881" |
| 11 | |
| 12 | SRC_URI = "git://github.com/01org/tpm2.0-tools.git;name=tpm2.0-tools;destsuffix=tpm2.0-tools" |
| 13 | |
| 14 | S = "${WORKDIR}/tpm2.0-tools" |
| 15 | |
| 16 | PV = "2.0.0+git${SRCPV}" |
| 17 | |
| 18 | inherit autotools pkgconfig |