summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-07-10 13:02:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-12 09:26:20 +0200
commitdd6596c6be00a10de74ed4c4223cbdfd47654b76 (patch)
tree9de0f30ace1413e29b3ec325c4ebe9b91bea8eb1
parent8efb72459c870c38631e3317d5c8e1b8190f5ce2 (diff)
downloadptxdist-dd6596c6be00a10de74ed4c4223cbdfd47654b76.tar.gz
ptxdist-dd6596c6be00a10de74ed4c4223cbdfd47654b76.tar.xz
qt5: switch download URL to the archive subdir
The official_releases directory only contains the currently active releases. Switch to the archive subdir, which carries the source for all non-development releases ever made. Reported-by: Philippe Normand <philn@igalia.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/qt5.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/qt5.make b/rules/qt5.make
index a95e15bf9..0cf70bce1 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -19,7 +19,7 @@ QT5_MD5 := dda95b0239d13c5276834177af3a8588
QT5 := qt-everywhere-src-$(QT5_VERSION)
QT5_SUFFIX := tar.xz
QT5_URL := \
- http://download.qt-project.org/official_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
+ http://download.qt-project.org/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
http://download.qt-project.org/development_releases/qt/$(basename $(QT5_VERSION))/$(call ptx/sh, echo $(QT5_VERSION) | tr 'A-Z' 'a-z')/single/$(QT5).$(QT5_SUFFIX)
QT5_SOURCE := $(SRCDIR)/$(QT5).$(QT5_SUFFIX)
QT5_DIR := $(BUILDDIR)/$(QT5)