mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
cockpit: add UPSTREAM_CHECK variables
Fixes: $ devtool latest-version cockpit ... INFO: Current version: 364 INFO: Latest version: Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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<pver>\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"
|
||||
|
||||
Reference in New Issue
Block a user