summaryrefslogtreecommitdiffstats
path: root/recipes-ids
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-29 14:04:22 -0700
committerArmin Kuster <akuster808@gmail.com>2022-08-02 13:45:26 -0700
commit0202c4ad1bc2513e8d940962198f186044ceb694 (patch)
tree34cc667582f7d62fcc6af15316ecf0dca8a0e4e2 /recipes-ids
parent18a113ce8249e2913101636283cae6d7d71a0282 (diff)
downloadmeta-security-0202c4ad1bc2513e8d940962198f186044ceb694.tar.gz
aide: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids')
-rw-r--r--recipes-ids/aide/aide_0.17.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-ids/aide/aide_0.17.4.bb
index 7ce0729..52ddc43 100644
--- a/recipes-ids/aide/aide_0.17.4.bb
+++ b/recipes-ids/aide/aide_0.17.4.bb
@@ -10,6 +10,8 @@ SRC_URI = "https://github.com/aide/aide/releases/download/v${PV}/${BPN}-${PV}.ta
10 10
11SRC_URI[sha256sum] = "c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846" 11SRC_URI[sha256sum] = "c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
14
13inherit autotools pkgconfig aide-base 15inherit autotools pkgconfig aide-base
14 16
15PACKAGECONFIG ??=" mhash zlib e2fsattrs posix capabilities curl \ 17PACKAGECONFIG ??=" mhash zlib e2fsattrs posix capabilities curl \