summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-01-20 13:49:43 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-01-22 11:19:29 +1300
commit83bcdf8ee8c194707daa34d852f619844d30f287 (patch)
treec9a4e50ce83a8b4c56f0609f5cf82e1159800239
parent3016129d90b7ac8517a5227d819f10ad417b5b45 (diff)
downloadmeta-qt3-fido.tar.gz
qt-x11-free: update SRC_URIyocto-1.8.2fido-13.0.2fido
ftp.trolltech.com doesn't exist anymore, so update SRC_URI to use qt.io. Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb2
-rw-r--r--recipes-qt3/qt3/qt-x11-free_3.3.7.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index e4388c4..b9097c4 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -10,7 +10,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free"
10LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \ 10LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \
11 file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51" 11 file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51"
12 12
13SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ 13SRC_URI = "http://download.qt.io/archive/qt/3/qt-x11-free-${PV}.tar.bz2 \
14 file://no-examples.patch \ 14 file://no-examples.patch \
15 file://qt3-cstddef.patch \ 15 file://qt3-cstddef.patch \
16 file://qmake.conf" 16 file://qmake.conf"
diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
index 89f976d..f90f9b9 100644
--- a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
+++ b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
@@ -5,7 +5,7 @@ PR = "${INC_PR}.1"
5LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \ 5LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \
6 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b" 6 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b"
7 7
8SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ 8SRC_URI = "http://download.qt.io/archive/qt/3/${BP}.tar.bz2 \
9 file://configure.patch \ 9 file://configure.patch \
10 file://no-examples.patch \ 10 file://no-examples.patch \
11 file://gcc4_1-HACK.patch \ 11 file://gcc4_1-HACK.patch \