diff options
| author | Jason Schonberg <schonm@gmail.com> | 2026-01-27 20:01:08 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:11 -0800 |
| commit | 808916819692d4ee2a592ef25af55081d80a8021 (patch) | |
| tree | 6a0879bff2e580f56f7f8677acac8270a4c8a76a /meta-xfce/recipes-panel-plugins/diskperf | |
| parent | f0f02434c892769a307edc6728dd667f9c31a1d1 (diff) | |
| download | meta-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-panel-plugins/diskperf')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.8.0.bb b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.8.0.bb index a6972727f2..a71eb0abde 100644 --- a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.8.0.bb +++ b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.8.0.bb | |||
| @@ -7,5 +7,5 @@ XFCE_COMPRESS_TYPE = "xz" | |||
| 7 | 7 | ||
| 8 | inherit xfce-panel-plugin | 8 | inherit xfce-panel-plugin |
| 9 | 9 | ||
| 10 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" | 10 | SRC_URI = "https://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" |
| 11 | SRC_URI[sha256sum] = "3833920a3a4a81b3c676c4fab6dd178f4a222d66f316a0783a9149a0153b7fb6" | 11 | SRC_URI[sha256sum] = "3833920a3a4a81b3c676c4fab6dd178f4a222d66f316a0783a9149a0153b7fb6" |
