summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-06-17 10:04:17 -0400
committerKhem Raj <raj.khem@gmail.com>2025-06-20 10:34:12 -0700
commit1dad6b12c757ac2b9025d746109461a55f429ea6 (patch)
treebc8585f9f52f52dd49fd3f404d633c55e9d0315a /meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
parent79c61189dae4ddd9e601233e55db801abefe30dd (diff)
downloadmeta-openembedded-1dad6b12c757ac2b9025d746109461a55f429ea6.tar.gz
Use GNOME_MIRROR
http://ftp.gnome.org/pub/gnome --> https://download.gnome.org https://download.gnome.org/sources --> ${GNOME_MIRROR} Drop the SRC_URI[md5sum] while we are here. SRC_URI[sha256sum] is already in use. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
index deab259299..939d053a75 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
@@ -23,7 +23,7 @@ inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache go
23 23
24REQUIRED_DISTRO_FEATURES = "opengl" 24REQUIRED_DISTRO_FEATURES = "opengl"
25 25
26SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.16/${PNAME}-${PV}.tar.xz" 26SRC_URI = "${GNOME_MIRROR}/gtksourceview/5.16/${PNAME}-${PV}.tar.xz"
27SRC_URI[sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566" 27SRC_URI[sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566"
28 28
29GIR_MESON_ENABLE_FLAG = 'enabled' 29GIR_MESON_ENABLE_FLAG = 'enabled'