summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-28 14:59:51 -0700
committerArmin Kuster <akuster808@gmail.com>2022-07-30 14:11:27 -0700
commitc997039c17d03d997ca411b066c53ecce34c02cc (patch)
treea989091a4898a445f71bb53c7ec406f3e25626a1
parentdc0d72e51adf7e72cbba9e8a8fb00879871b438c (diff)
downloadmeta-security-c997039c17d03d997ca411b066c53ecce34c02cc.tar.gz
tpm2-openssl: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb2
1 files changed, 2 insertions, 0 deletions
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
8 8
9SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc" 9SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc"
10 10
11UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
12
11inherit autotools pkgconfig 13inherit autotools pkgconfig
12 14
13do_configure:prepend() { 15do_configure:prepend() {