Andrew Geissler | 064f75b | 2020-06-27 00:14:46 -0500 | [diff] [blame] | 1 | SUMMARY = "Tools for TPM2." |
| 2 | DESCRIPTION = "tpm2-tools" |
| 3 | LICENSE = "BSD-3-Clause" |
| 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[sha256sum] = "bb5d3310620e75468fe33dbd530bd73dd648c70ec707b4579c74d9f63fc82704" |
| 12 | |
| 13 | inherit autotools pkgconfig bash-completion |