qt5-5.0.2.inc: update path to sources

They moved the 5.0.2 sources into an archive dir upstream, this updates
the SRC_URI accordingly.

Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Erik Botö 2013-08-13 06:47:07 +00:00 committed by Martin Jansa
parent 886e8ee5bd
commit 3529eb8055
1 changed files with 1 additions and 1 deletions

View File

@ -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}"