From eef1c5b26a45bbf9459c4b706d469489b9f74cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Tue, 10 Jan 2017 07:24:47 +0100 Subject: [PATCH] qt5: update source uri qt-5.3.1 has been moved from "official_releases" to "archive" on the qt download page, so update the src uri accordingly. --- recipes/qt5/qt5-5.3.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qt5/qt5-5.3.1.inc b/recipes/qt5/qt5-5.3.1.inc index 1be09e9..9d81657 100644 --- a/recipes/qt5/qt5-5.3.1.inc +++ b/recipes/qt5/qt5-5.3.1.inc @@ -6,5 +6,5 @@ LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0" QT_VERSION ?= "${PV}" SRC_URI += " \ - http://download.qt-project.org/official_releases/qt/5.3/${PV}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz" + http://download.qt.io/archive/qt/5.3/5.3.1/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz" S = "${SRCDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"