diff options
| author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:08:18 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch) | |
| tree | 3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-gnome/recipes-gnome/gnome-chess | |
| parent | c902a85099596136e850636192458d1cdac6c9a4 (diff) | |
| download | meta-openembedded-3da59b8a8a5f8c1d15cdecdb77e238f8206ee880.tar.gz | |
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 <pramanik.souravkumar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-chess')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-chess/gnome-chess_43.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " \ | |||
| 22 | 22 | ||
| 23 | RRECOMMENDS:${PN} = "gnuchess" | 23 | RRECOMMENDS:${PN} = "gnuchess" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;nobranch=1" | 25 | SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master" |
| 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 | ||
