From 53981b6afbe88d38059f8edaaa67e15245aeb574 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 21 Aug 2026 16:35:24 +1200 Subject: [PATCH] cockpit: add UPSTREAM_CHECK variables Fixes: $ devtool latest-version cockpit ... INFO: Current version: 364 INFO: Latest version: Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-webserver/recipes-webadmin/cockpit/cockpit_364.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_364.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_364.bb index 07e2b9d163..2b9c7677fe 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_364.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_364.bb @@ -11,6 +11,9 @@ SRC_URI += " \ " SRC_URI[sha256sum] = "514cea072e1ef137323ab92bdb07a66bbb5106ecd584e7a046294cf0170cb690" +UPSTREAM_CHECK_URI = "https://github.com/cockpit-project/cockpit/tags" +UPSTREAM_CHECK_REGEX = "releases/tag/(?P\d+(\.\d+)*)" + inherit gettext pkgconfig autotools systemd features_check python3targetconfig DEPENDS += "glib-2.0-native intltool-native gnutls virtual/gettext json-glib krb5 libpam systemd python3-pip-native python3-setuptools-native"