diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-06-17 10:04:17 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-20 10:34:12 -0700 |
commit | 1dad6b12c757ac2b9025d746109461a55f429ea6 (patch) | |
tree | bc8585f9f52f52dd49fd3f404d633c55e9d0315a | |
parent | 79c61189dae4ddd9e601233e55db801abefe30dd (diff) | |
download | meta-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>
3 files changed, 3 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index 0ab9b14692..d3fa032fcd 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
@@ -18,8 +18,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
18 | EXTRA_OECONF += "--disable-glade-catalog --disable-gtk-doc --disable-Werror" | 18 | EXTRA_OECONF += "--disable-glade-catalog --disable-gtk-doc --disable-Werror" |
19 | 19 | ||
20 | CFLAGS += "-Wno-error=incompatible-pointer-types" | 20 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
21 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${PV}.tar.xz" | 21 | SRC_URI = "${GNOME_MIRROR}/gtksourceview/3.24/${PNAME}-${PV}.tar.xz" |
22 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" | ||
23 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" | 22 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" |
24 | 23 | ||
25 | FILES:${PN} += " ${datadir}/gtksourceview-3.0" | 24 | FILES:${PN} += " ${datadir}/gtksourceview-3.0" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb index 38ca4a39e6..109050397c 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb | |||
@@ -14,7 +14,7 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti | |||
14 | 14 | ||
15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
16 | 16 | ||
17 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz \ | 17 | SRC_URI = "${GNOME_MIRROR}/gtksourceview/4.8/${PNAME}-${PV}.tar.xz \ |
18 | file://0001-remove-pointless-check.patch" | 18 | file://0001-remove-pointless-check.patch" |
19 | SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d" | 19 | SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d" |
20 | 20 | ||
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 | ||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
25 | 25 | ||
26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.16/${PNAME}-${PV}.tar.xz" | 26 | SRC_URI = "${GNOME_MIRROR}/gtksourceview/5.16/${PNAME}-${PV}.tar.xz" |
27 | SRC_URI[sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566" | 27 | SRC_URI[sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566" |
28 | 28 | ||
29 | GIR_MESON_ENABLE_FLAG = 'enabled' | 29 | GIR_MESON_ENABLE_FLAG = 'enabled' |