diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-27 00:03:08 +1300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-26 07:43:36 -0700 |
| commit | bfef8f2ed1854891720637fc36c911c1a2884b4b (patch) | |
| tree | 64bb6782328a9db15448fa6f92b32804b5874cdd | |
| parent | 2463c71c9aff8584550ab1de1fd5805442599275 (diff) | |
| download | meta-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 | ||
| 23 | RRECOMMENDS:${PN} = "gnuchess" | 23 | RRECOMMENDS:${PN} = "gnuchess" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main" | 25 | SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main;tag=${PV}" |
| 26 | 26 | ||
| 27 | inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings | 27 | inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings |
| 28 | 28 | ||
| 29 | GIR_MESON_OPTION = "" | 29 | GIR_MESON_OPTION = "" |
| 30 | 30 | ||
| 31 | SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb" | 31 | SRCREV = "079ef83fe6c538be9178b03999724d5f4649bc69" |
| 32 | 32 | ||
| 33 | FILES:${PN} += "${datadir}" | 33 | FILES:${PN} += "${datadir}" |
