From c997039c17d03d997ca411b066c53ecce34c02cc Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 28 Jul 2022 14:59:51 -0700 Subject: tpm2-openssl: Add UPSTREAM_CHECK_URI Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb index 55061c9..263ca2c 100644 --- a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb @@ -8,6 +8,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools pkgconfig do_configure:prepend() { -- cgit v1.2.3-54-g00ecf