diff options
| author | Calvin Owens <calvin@wbinvd.org> | 2026-04-15 10:14:31 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 22:45:59 -0700 |
| commit | 07a51dfa4e183a10fd8373a9bfbec7aa5d2876d6 (patch) | |
| tree | 8a0b04f157cec4f42f7ca38dc1538c63de516dad | |
| parent | d09f50438f5d6bda37413e583776f177c3ccd343 (diff) | |
| download | meta-openembedded-07a51dfa4e183a10fd8373a9bfbec7aa5d2876d6.tar.gz | |
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>
| -rw-r--r-- | meta-gnome/recipes-gnome/gedit/gedit_50.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 23 | def gnome_verdir(v): | 23 | def gnome_verdir(v): |
| 24 | return oe.utils.trim_version(v, 1) | 24 | return oe.utils.trim_version(v, 1) |
| 25 | 25 | ||
| 26 | SRC_URI = "git://gitlab.gnome.org/World/gedit/gedit.git;protocol=https;branch=master;tag=${PV}" | 26 | SRC_URI = "gitsm://gitlab.gnome.org/World/gedit/gedit.git;protocol=https;branch=master;tag=${PV}" |
| 27 | SRCREV = "25d0bf0c3c40b0866fc23ec875f0af6c67f728ef" | 27 | SRCREV = "25d0bf0c3c40b0866fc23ec875f0af6c67f728ef" |
| 28 | 28 | ||
| 29 | # gobject-introspection is mandatory and cannot be configured | 29 | # gobject-introspection is mandatory and cannot be configured |
