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 <calvin@wbinvd.org>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Calvin Owens
2026-04-15 10:14:31 -07:00
committed by Khem Raj
parent d09f50438f
commit 07a51dfa4e
+1 -1
View File
@@ -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