From 3529eb8055a25811b522348643d41a39104089d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bot=C3=B6?= Date: Tue, 13 Aug 2013 06:47:07 +0000 Subject: [PATCH] qt5-5.0.2.inc: update path to sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They moved the 5.0.2 sources into an archive dir upstream, this updates the SRC_URI accordingly. Signed-off-by: Erik Botö Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-5.0.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qt5-5.0.2.inc b/recipes-qt/qt5/qt5-5.0.2.inc index e2a56e5c54..0bf1404369 100644 --- a/recipes-qt/qt5/qt5-5.0.2.inc +++ b/recipes-qt/qt5/qt5-5.0.2.inc @@ -7,7 +7,7 @@ QT_VERSION ?= "${PV}" QT_VERSION_DIR ?= "${QT_VERSION}" SRC_URI += " \ - http://releases.qt-project.org/qt5/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ + http://releases.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \ " S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"