| Message ID | 3a59b53e992a96aa12697237eded7e1955e311e3.1776273056.git.calvin@wbinvd.org |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-gnome] gedit: Use gitsm in SRC_URI for new gdlib submodule | expand |
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
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> --- meta-gnome/recipes-gnome/gedit/gedit_50.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)