summaryrefslogtreecommitdiffstats
path: root/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.1.1.bb
blob: 178ec157290db8cd21f447b871d8230b94e36793 (plain)
1
2
3
4
5
6
7
8
9
include ${BPN}.inc

SRC_URI = "\
    https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
"
SRC_URI[md5sum] = "ad9e856c4cbd8a19eb205d74ab635adc"
SRC_URI[sha256sum] = "c7f0cdca51ef2006503f60c462b6d183c9b9dc038f4c3f74a89c111088fed8aa"

S = "${WORKDIR}/${BPN}-${PV}"