mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
gnome-session: upgrade 49.2 -> 49.3
Also add UPSTREAM_CHECK variables to check for new releases. Fixes: $ devtool latest-version gnome-session ... INFO: Current version: 49.2 INFO: Latest version: Release Notes: https://gitlab.gnome.org/GNOME/gnome-session/-/blob/49.3/NEWS?ref_type=tags Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+4
-1
@@ -14,7 +14,10 @@ inherit gnomebase gettext gsettings upstream-version-is-even mime mime-xdg manpa
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "fcdb4f45d6a60d84e9ecae1e3740bab6e55bab0cb49e0fb38280e9b38f3a8485"
|
||||
SRC_URI[archive.sha256sum] = "b424a90cfe51de4941b791a5102aeaadb2c62c185522a21f71cb485270053fe1"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/gnome-session/-/tags"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||
|
||||
Reference in New Issue
Block a user