summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/proxy-libintl
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-06-17 12:25:08 -0400
committerKhem Raj <raj.khem@gmail.com>2025-06-20 10:34:12 -0700
commita9b7b0113da50cafed11a2c36b57629c5bfee33c (patch)
tree61499ecea8a17a13d2581ad2538cd007131b8804 /meta-oe/recipes-core/proxy-libintl
parent0246a2f515487c1fb0efd6f6fa7236e8a2f3753f (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-core/proxy-libintl')
-rw-r--r--meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb4
1 files changed, 2 insertions, 2 deletions
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 @@
1SUMMARY = "Proxy libintl" 1SUMMARY = "Proxy libintl"
2HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/" 2HOMEPAGE = "https://download.gnome.org/binaries/win32/dependencies/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPL-2.0-only" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${UNPACKDIR}/src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a92e76ec2c5167ca2e" 5LIC_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
7PROVIDES = "virtual/libintl" 7PROVIDES = "virtual/libintl"
8 8
9SRC_URI = " \ 9SRC_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"
12SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91" 12SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91"
13 13