mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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> (cherry picked from commit 808916819692d4ee2a592ef25af55081d80a8021) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
9bc066079f
commit
d28d0a2361
@ -6,7 +6,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|||||||
|
|
||||||
DEPENDS += "thunar"
|
DEPENDS += "thunar"
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.xz"
|
SRC_URI = "https://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.xz"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/thunarx-3/*.so"
|
FILES:${PN} += "${libdir}/thunarx-3/*.so"
|
||||||
|
|
||||||
|
|||||||
@ -2,5 +2,5 @@ inherit xfce features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
SRC_URI = "https://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
|
|
||||||
DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
|
DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
SRC_URI = "https://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/xfce4/panel-plugins/"
|
FILES:${PN} += "${datadir}/xfce4/panel-plugins/"
|
||||||
FILES:${PN} += "${datadir}/xfce4/panel/plugins/"
|
FILES:${PN} += "${datadir}/xfce4/panel/plugins/"
|
||||||
|
|||||||
@ -3,9 +3,9 @@ def xfce_verdir(v):
|
|||||||
m = re.match(r"^([0-9]+)\.([0-9]+)", v)
|
m = re.match(r"^([0-9]+)\.([0-9]+)", v)
|
||||||
return "%s.%s" % (m.group(1), m.group(2))
|
return "%s.%s" % (m.group(1), m.group(2))
|
||||||
|
|
||||||
HOMEPAGE = "http://www.xfce.org"
|
HOMEPAGE = "https://www.xfce.org"
|
||||||
XFCE_COMPRESS_TYPE ?= "bz2"
|
XFCE_COMPRESS_TYPE ?= "bz2"
|
||||||
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
SRC_URI = "https://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
||||||
|
|
||||||
inherit gettext gtk-icon-cache pkgconfig
|
inherit gettext gtk-icon-cache pkgconfig
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||||||
|
|
||||||
inherit xfce
|
inherit xfce
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/art/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2"
|
SRC_URI = "https://archive.xfce.org/src/art/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2"
|
||||||
SRC_URI[sha256sum] = "3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575"
|
SRC_URI[sha256sum] = "3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575"
|
||||||
|
|
||||||
# using xfwm4-theme as in xfwm4 might cause warnings of packages supplied by
|
# using xfwm4-theme as in xfwm4 might cause warnings of packages supplied by
|
||||||
|
|||||||
@ -8,7 +8,7 @@ inherit xfce pkgconfig features_check
|
|||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2 \
|
https://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2 \
|
||||||
file://0001-configure.ac-Detect-vapidir-if-not-set-explicitly.patch \
|
file://0001-configure.ac-Detect-vapidir-if-not-set-explicitly.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b"
|
SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b"
|
||||||
|
|||||||
@ -7,5 +7,5 @@ XFCE_COMPRESS_TYPE = "xz"
|
|||||||
|
|
||||||
inherit xfce-panel-plugin
|
inherit xfce-panel-plugin
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
SRC_URI = "https://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
||||||
SRC_URI[sha256sum] = "3833920a3a4a81b3c676c4fab6dd178f4a222d66f316a0783a9149a0153b7fb6"
|
SRC_URI[sha256sum] = "3833920a3a4a81b3c676c4fab6dd178f4a222d66f316a0783a9149a0153b7fb6"
|
||||||
|
|||||||
@ -7,5 +7,5 @@ XFCE_COMPRESS_TYPE = "xz"
|
|||||||
|
|
||||||
inherit xfce-panel-plugin
|
inherit xfce-panel-plugin
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
SRC_URI = "https://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
|
||||||
SRC_URI[sha256sum] = "a868be8f73e8396c2d61903d46646993c5130d16ded71ddb5da9088abf7cb7ba"
|
SRC_URI[sha256sum] = "a868be8f73e8396c2d61903d46646993c5130d16ded71ddb5da9088abf7cb7ba"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||||||
DEPENDS = "glib-2.0 libxslt-native meson-native"
|
DEPENDS = "glib-2.0 libxslt-native meson-native"
|
||||||
DEPENDS:append:class-target = " ${BPN}-native"
|
DEPENDS:append:class-target = " ${BPN}-native"
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \
|
SRC_URI = "https://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \
|
||||||
file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
|
file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \
|
||||||
"
|
"
|
||||||
SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
|
SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user