summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-20 16:36:21 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-20 19:47:55 -0800
commit65cc05d6ee7d2fce561031c522ce73aff334b4e1 (patch)
treed80d6e76d2c8629b521fc3d4c1481e2150223aa3 /meta-networking
parent2a432397cd388f22a747c461451600119f6cbd46 (diff)
downloadmeta-openembedded-65cc05d6ee7d2fce561031c522ce73aff334b4e1.tar.gz
memcached: add UPSTREAM_CHECK_URI
Download URL is not listable so devtool upgrade fails. Using homepage works as it contains link to latest release, Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/memcached/memcached_1.6.17.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.17.bb b/meta-networking/recipes-support/memcached/memcached_1.6.17.bb
index 7234f02a13..dabe393573 100644
--- a/meta-networking/recipes-support/memcached/memcached_1.6.17.bb
+++ b/meta-networking/recipes-support/memcached/memcached_1.6.17.bb
@@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2
27 27
28CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly" 28CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly"
29 29
30UPSTREAM_CHECK_URI = "${HOMEPAGE}"
31
30# set the same COMPATIBLE_HOST as libhugetlbfs 32# set the same COMPATIBLE_HOST as libhugetlbfs
31COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" 33COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
32 34