diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-06-17 12:25:08 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-20 10:34:12 -0700 |
commit | a9b7b0113da50cafed11a2c36b57629c5bfee33c (patch) | |
tree | 61499ecea8a17a13d2581ad2538cd007131b8804 | |
parent | 0246a2f515487c1fb0efd6f6fa7236e8a2f3753f (diff) | |
download | meta-openembedded-a9b7b0113da50cafed11a2c36b57629c5bfee33c.tar.gz |
Remove the use of http://ftp.gnome.org/pub/gnome
Use https://download.gnome.org instead.
In SRC_URI where the reference is https://download.gnome.org/sources
${GNOME_MIRROR} can be substituted.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb index ede57bc3ec..9a3ddfd15c 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | |||
5 | 5 | ||
6 | DEPENDS = "mm-common" | 6 | DEPENDS = "mm-common" |
7 | 7 | ||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.12/libsigc++-${PV}.tar.xz" | 8 | SRC_URI = "${GNOME_MIRROR}/libsigc++/2.12/libsigc++-${PV}.tar.xz" |
9 | SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843" | 9 | SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/" | 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/" |
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb index b3875e8436..38a80bbf3e 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=959bffe2993816eb32ec4bc1ec1d5875" | |||
5 | 5 | ||
6 | DEPENDS = "mm-common" | 6 | DEPENDS = "mm-common" |
7 | 7 | ||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.6/libsigc++-${PV}.tar.xz" | 8 | SRC_URI = "${GNOME_MIRROR}/libsigc++/3.6/libsigc++-${PV}.tar.xz" |
9 | SRC_URI[sha256sum] = "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229080e17" | 9 | SRC_URI[sha256sum] = "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229080e17" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/3.6/" | 11 | UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/3.6/" |
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb index 58aa3216ea..c56160571a 100644 --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Proxy libintl" | 1 | SUMMARY = "Proxy libintl" |
2 | HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/" | 2 | HOMEPAGE = "https://download.gnome.org/binaries/win32/dependencies/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL-2.0-only" | 4 | LICENSE = "LGPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a92e76ec2c5167ca2e" | 5 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a92e76ec2c5167ca2e" |
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/src/proxy-libintl/COPYING.LIB.txt;md5=bc | |||
7 | PROVIDES = "virtual/libintl" | 7 | PROVIDES = "virtual/libintl" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \ | 10 | https://download.gnome.org/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \ |
11 | " | 11 | " |
12 | SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91" | 12 | SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91" |
13 | 13 | ||
diff --git a/meta-oe/recipes-devtools/glade/glade_3.36.0.bb b/meta-oe/recipes-devtools/glade/glade_3.36.0.bb index 85f85a4612..9dccd9b941 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.36.0.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.36.0.bb | |||
@@ -15,7 +15,7 @@ inherit features_check autotools gettext pkgconfig gnomebase gobject-introspecti | |||
15 | # cairo would at least needed to be built with xlib. | 15 | # cairo would at least needed to be built with xlib. |
16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
17 | 17 | ||
18 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.36/glade-${PV}.tar.xz \ | 18 | SRC_URI = "${GNOME_MIRROR}/glade/3.36/glade-${PV}.tar.xz \ |
19 | file://remove-yelp-help-rules-var.patch \ | 19 | file://remove-yelp-help-rules-var.patch \ |
20 | " | 20 | " |
21 | SRC_URI[sha256sum] = "19b546b527cc46213ccfc8022d49ec57e618fe2caa9aa51db2d2862233ea6f08" | 21 | SRC_URI[sha256sum] = "19b546b527cc46213ccfc8022d49ec57e618fe2caa9aa51db2d2862233ea6f08" |
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb index 90756dac36..61deceb7a3 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "GTK+2 standard themes" | 1 | SUMMARY = "GTK+2 standard themes" |
2 | HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/" | 2 | HOMEPAGE = "https://download.gnome.org/sources/gnome-themes-standard/" |
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | 5 | ||
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb index d55aa8d285..2ca2bba0aa 100644 --- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb +++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
4 | file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \ | 4 | file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \ |
5 | file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ | 5 | file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ |
6 | file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c" | 6 | file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c" |
7 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \ | 7 | SRC_URI = "${GNOME_MIRROR}/gtk+/2.24/gtk+-${PV}.tar.xz \ |
8 | file://xsettings.patch \ | 8 | file://xsettings.patch \ |
9 | file://toggle-font.diff;striplevel=0 \ | 9 | file://toggle-font.diff;striplevel=0 \ |
10 | file://doc-fixes.patch \ | 10 | file://doc-fixes.patch \ |