summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-28 15:01:45 -0700
committerArmin Kuster <akuster808@gmail.com>2022-07-30 14:11:27 -0700
commit82379e07004cf55f7eff793ae42772fa08b57ea6 (patch)
tree8c2ecec3bcb008e0bfb4e03c9258e19b036191d2
parent3584967332cc44420b5631f536b55f7203e7d802 (diff)
downloadmeta-security-82379e07004cf55f7eff793ae42772fa08b57ea6.tar.gz
tpm2-abrmd: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb
index daafae3..75e9588 100644
--- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb
@@ -20,6 +20,8 @@ SRC_URI = "\
20 20
21SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673" 21SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673"
22 22
23UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
24
23inherit autotools pkgconfig systemd update-rc.d useradd 25inherit autotools pkgconfig systemd update-rc.d useradd
24 26
25SYSTEMD_PACKAGES += "${PN}" 27SYSTEMD_PACKAGES += "${PN}"