summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-03-27 00:03:08 +1300
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-26 07:43:36 -0700
commitbfef8f2ed1854891720637fc36c911c1a2884b4b (patch)
tree64bb6782328a9db15448fa6f92b32804b5874cdd
parent2463c71c9aff8584550ab1de1fd5805442599275 (diff)
downloadmeta-openembedded-bfef8f2ed1854891720637fc36c911c1a2884b4b.tar.gz
gnome-chess: upgrade 48.0 -> 50.0
Also include tag in SRC_URI Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.0.bb (renamed from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.0.bb
index 3aa353748b..e57bdd39f2 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.0.bb
@@ -22,12 +22,12 @@ DEPENDS = " \
22 22
23RRECOMMENDS:${PN} = "gnuchess" 23RRECOMMENDS:${PN} = "gnuchess"
24 24
25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main" 25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main;tag=${PV}"
26 26
27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings 27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
28 28
29GIR_MESON_OPTION = "" 29GIR_MESON_OPTION = ""
30 30
31SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb" 31SRCREV = "079ef83fe6c538be9178b03999724d5f4649bc69"
32 32
33FILES:${PN} += "${datadir}" 33FILES:${PN} += "${datadir}"