[Buildroot] [git commit branch/2019.05.x] package/qt5: change upstream location

Peter Korsgaard peter at korsgaard.com
Tue Aug 20 14:28:25 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=ea61ed7d26b995b14d7b4c814dbee900f4318217
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

Upstream pushes their delivery archives in to places:
    https://download.qt.io/official_releases/
    https://download.qt.io/archive/

After a while, only the latter remains, whith the former being pruned
actively to contain only officially supported versions.

Switch to using the archive location, as it has everything, even the
latest versions.

Signed-off-by: "Yann E. MORIN" <yann.morin at orange.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 675d38dd65ddbbe8607bb2b3e43e0dc9b0c00e89)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
index 4e738c75db..c822f1fc47 100644
--- a/package/qt5/qt5.mk
+++ b/package/qt5/qt5.mk
@@ -13,7 +13,7 @@ QT5_VERSION_MAJOR = 5.6
 QT5_VERSION = $(QT5_VERSION_MAJOR).3
 QT5_SOURCE_TARBALL_PREFIX = opensource-src
 endif
-QT5_SITE = https://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
+QT5_SITE = https://download.qt.io/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
 
 include $(sort $(wildcard package/qt5/*/*.mk))
 


More information about the buildroot mailing list