summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-07-29 16:04:50 -0700
committerArmin Kuster <akuster808@gmail.com>2022-08-02 13:45:26 -0700
commit522c08e98d0190bb72325e355a947b783fb77fac (patch)
treed94a26f03e1c6de7999ec8368d249e45cc474a0d
parent0202c4ad1bc2513e8d940962198f186044ceb694 (diff)
downloadmeta-security-522c08e98d0190bb72325e355a947b783fb77fac.tar.gz
ecryptfs-utils: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
index 5f8cf3c..00e8997 100644
--- a/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
+++ b/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb
@@ -22,6 +22,8 @@ SRC_URI = "\
22SRC_URI[md5sum] = "83513228984f671930752c3518cac6fd" 22SRC_URI[md5sum] = "83513228984f671930752c3518cac6fd"
23SRC_URI[sha256sum] = "112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f" 23SRC_URI[sha256sum] = "112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f"
24 24
25UPSTREAM_CHECK_URI = "https://launchpad.net/ecryptfs/+download"
26
25inherit autotools pkgconfig systemd 27inherit autotools pkgconfig systemd
26 28
27SYSTEMD_PACKAGES = "${PN}" 29SYSTEMD_PACKAGES = "${PN}"