mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
gnome-chess: fix SRC_URI branch
Master branch was renamed to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
75225a417c
commit
8a2e72ee1a
@@ -22,7 +22,7 @@ DEPENDS = " \
|
|||||||
|
|
||||||
RRECOMMENDS:${PN} = "gnuchess"
|
RRECOMMENDS:${PN} = "gnuchess"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main"
|
||||||
|
|
||||||
inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
|
inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user