From 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 Mon Sep 17 00:00:00 2001 From: Sourav Kumar Pramanik Date: Mon, 4 Sep 2023 18:08:18 +0530 Subject: meta-oe-components: Avoid usage of nobranch=1 The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1 for these components. Signed-off-by: Sourav Kumar Pramanik Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/gnome-chess') diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb index 343135bfa8..58e72efb73 100644 --- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb +++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb @@ -22,7 +22,7 @@ DEPENDS = " \ RRECOMMENDS:${PN} = "gnuchess" -SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;nobranch=1" +SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master" inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings -- cgit v1.2.3-54-g00ecf