diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-26 19:56:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:19:26 +0100 |
commit | 248e9f48c77212372b50074f0a475a16bb8db4be (patch) | |
tree | 029e787e0851bd4ae02c34af44401029259a7b7a /meta/recipes-qt/qt4/qt-4.8.1.inc | |
parent | 8ceea528a71924324d1a877abaeefef3d5a2e629 (diff) | |
download | poky-248e9f48c77212372b50074f0a475a16bb8db4be.tar.gz |
qt4: use releases.qt-project.org instead of get.qt.nokia.com
* releases.qt-project.org has 4.8.1 as well as 4.8.3
(From OE-Core rev: f12df439b893c70a8cd271ff8b8e6d760b78a2b3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.8.1.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-4.8.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.8.1.inc b/meta/recipes-qt/qt4/qt-4.8.1.inc index b923e60733..aa18301197 100644 --- a/meta/recipes-qt/qt4/qt-4.8.1.inc +++ b/meta/recipes-qt/qt4/qt-4.8.1.inc | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | |||
5 | 5 | ||
6 | FILESPATH =. "${FILE_DIRNAME}/qt-${PV}:" | 6 | FILESPATH =. "${FILE_DIRNAME}/qt-${PV}:" |
7 | 7 | ||
8 | SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \ | 8 | SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${PV}.tar.gz \ |
9 | file://0004-no-qmake.patch \ | 9 | file://0004-no-qmake.patch \ |
10 | file://hack-out-pg2-4.7.0.patch \ | 10 | file://hack-out-pg2-4.7.0.patch \ |
11 | file://0006-freetype-host-includes.patch \ | 11 | file://0006-freetype-host-includes.patch \ |