From 07a51dfa4e183a10fd8373a9bfbec7aa5d2876d6 Mon Sep 17 00:00:00 2001 From: Calvin Owens Date: Wed, 15 Apr 2026 10:14:31 -0700 Subject: [PATCH] gedit: Use gitsm in SRC_URI for new gdlib submodule Upstream now uses a submodule for gdlib, so the build attempts to clone the submodule over the network and fails. Fix by cloning the submodule via SRC_URI. Signed-off-by: Calvin Owens Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gedit/gedit_50.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb index 92685f085a..d15ab8665d 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb @@ -23,7 +23,7 @@ inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc get def gnome_verdir(v): return oe.utils.trim_version(v, 1) -SRC_URI = "git://gitlab.gnome.org/World/gedit/gedit.git;protocol=https;branch=master;tag=${PV}" +SRC_URI = "gitsm://gitlab.gnome.org/World/gedit/gedit.git;protocol=https;branch=master;tag=${PV}" SRCREV = "25d0bf0c3c40b0866fc23ec875f0af6c67f728ef" # gobject-introspection is mandatory and cannot be configured