From bde14a7ba9e486f8bde32196bf2c184f8cab8b9d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 21 Aug 2024 09:13:13 +0200 Subject: [PATCH] phosh: dont use gitsm fetcher phosh does not support git submodules anymore --- recipes-gtk/phosh/phosh_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gtk/phosh/phosh_git.bb b/recipes-gtk/phosh/phosh_git.bb index c526a42..5b42224 100644 --- a/recipes-gtk/phosh/phosh_git.bb +++ b/recipes-gtk/phosh/phosh_git.bb @@ -51,7 +51,7 @@ PACKAGECONFIG ?= "" inherit features_check gsettings meson pkgconfig gtk-icon-cache gobject-introspection gi-docgen SRC_URI = " \ - gitsm://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \ + git://gitlab.gnome.org/World/Phosh/phosh.git;protocol=https;nobranch=1 \ file://0001-meson.build-dont-read-includedir-from-pkg-config.patch \ file://0001-meson-build-without-subproject-wrap.patch \ "