All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][dylan][PATCH] Fix download url for qt5-5.0.2.
@ 2013-08-15 19:18 Marek Belisko
  2013-08-15 20:04 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Belisko @ 2013-08-15 19:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marek Belisko

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 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 0bf1404..c04b3a2 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/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz \
+    http://download.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}"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-15 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 19:18 [meta-qt5][dylan][PATCH] Fix download url for qt5-5.0.2 Marek Belisko
2013-08-15 20:04 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.