diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-09-27 18:32:01 +1200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-01 13:26:29 +0200 |
| commit | a3ec67d2ce2ebf2ccf084ef84a97ba63ef910dbb (patch) | |
| tree | 90a4006133cde80542ef156c656a8b4646a112ad /meta-oe/recipes-gnome | |
| parent | c105150e0cf5204cafeeed3b4b5cbddbf41c36bd (diff) | |
| download | meta-openembedded-a3ec67d2ce2ebf2ccf084ef84a97ba63ef910dbb.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>
(cherry picked from commit a9b7b0113da50cafed11a2c36b57629c5bfee33c)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ |
