summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-28 15:00:47 -0700
committerArmin Kuster <akuster808@gmail.com>2022-07-30 14:11:27 -0700
commit3584967332cc44420b5631f536b55f7203e7d802 (patch)
tree0ed36bb326afbe6a7ee3fa1f15c7a687d10671cc
parentc997039c17d03d997ca411b066c53ecce34c02cc (diff)
downloadmeta-security-3584967332cc44420b5631f536b55f7203e7d802.tar.gz
tpm2-pkcs11: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb
index dd0a0b5..38847a8 100644
--- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb
@@ -10,6 +10,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN
10 10
11SRC_URI[sha256sum] = "79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd" 11SRC_URI[sha256sum] = "79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14
13inherit autotools-brokensep pkgconfig python3native 15inherit autotools-brokensep pkgconfig python3native
14 16
15EXTRA_OECONF += "--disable-ptool-checks" 17EXTRA_OECONF += "--disable-ptool-checks"