Brad Bishop | 5ead1e5 | 2019-12-06 10:10:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Tools for TPM2." |
| 2 | DESCRIPTION = "tpm2-tools" |
| 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc" |
| 5 | SECTION = "tpm" |
| 6 | |
| 7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" |
| 8 | |
| 9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" |
| 10 | |
| 11 | SRC_URI[md5sum] = "071aa40bc8721700ea4ed19cc2fdeabf" |
| 12 | SRC_URI[sha256sum] = "ccec3fca6370341a102c5c2ef1ddb4e5cd242bf1bbc6c51d969f77fc78ca67d1" |
| 13 | |
| 14 | inherit autotools pkgconfig bash-completion |