summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-28 14:59:10 -0700
committerArmin Kuster <akuster808@gmail.com>2022-07-30 14:11:27 -0700
commitdc0d72e51adf7e72cbba9e8a8fb00879871b438c (patch)
tree58d4b7ca26a8f12a23924d06e8ec52e24f94ee25
parent293d3ba9ade3a835c8921799918b77cf016e9e6d (diff)
downloadmeta-security-dc0d72e51adf7e72cbba9e8a8fb00879871b438c.tar.gz
tpm2-tools: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb
index c20af7e..b82fb65 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb
@@ -10,6 +10,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN
10 10
11SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" 11SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14
13inherit autotools pkgconfig bash-completion 15inherit autotools pkgconfig bash-completion
14 16
15do_configure:prepend() { 17do_configure:prepend() {