diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-07-28 14:59:51 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-07-30 14:11:27 -0700 |
commit | c997039c17d03d997ca411b066c53ecce34c02cc (patch) | |
tree | a989091a4898a445f71bb53c7ec406f3e25626a1 | |
parent | dc0d72e51adf7e72cbba9e8a8fb00879871b438c (diff) | |
download | meta-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.bb | 2 |
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 | ||
9 | SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc" | 9 | SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" | ||
12 | |||
11 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
12 | 14 | ||
13 | do_configure:prepend() { | 15 | do_configure:prepend() { |