summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-dev-tools
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2026-01-27 20:01:08 -0500
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:11 -0800
commit808916819692d4ee2a592ef25af55081d80a8021 (patch)
tree6a0879bff2e580f56f7f8677acac8270a4c8a76a /meta-xfce/recipes-xfce/xfce4-dev-tools
parentf0f02434c892769a307edc6728dd667f9c31a1d1 (diff)
downloadmeta-openembedded-808916819692d4ee2a592ef25af55081d80a8021.tar.gz
Use https when accessing archive.xfce.org
While using devtool to check available versions, I noticed a 301 http error. Specifically : $ devtool latest-version libxfce4ui Resolving archive.xfce.org (archive.xfce.org)... 217.70.191.87 Connecting to archive.xfce.org (archive.xfce.org)|217.70.191.87|:80... connected . HTTP request sent, awaiting response... 301 Moved Permanently Location: https://archive.xfce.org/src/xfce/libxfce4ui/4.20/ [following] With this patch, we change to make the SRC_URI an https request. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb
index 3338126557..121140e2f6 100644
--- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.21.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7DEPENDS = "glib-2.0 libxslt-native meson-native" 7DEPENDS = "glib-2.0 libxslt-native meson-native"
8DEPENDS:append:class-target = " ${BPN}-native" 8DEPENDS:append:class-target = " ${BPN}-native"
9 9
10SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \ 10SRC_URI = "https://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \
11 file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \ 11 file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
12 " 12 "
13SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" 13SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"