diff options
author | 2016-01-20 13:49:43 +0000 | |
---|---|---|
committer | 2016-01-22 11:20:01 +1300 | |
commit | b08996efbfb3b26e62b608f34ebf5e671b36ec61 (patch) | |
tree | 309402790eb096301de9ed479d0dca64506e03bc | |
parent | 5233565c80db869f6f539f37f26ea6662d9dc5f6 (diff) | |
download | meta-qt3-jethro-14.0.1.tar.gz meta-qt3-jethro-14.0.1.tar.bz2 meta-qt3-jethro-14.0.1.zip |
qt-x11-free: update SRC_URIyocto-2.0.3yocto-2.0.2yocto-2.0.1jethro-14.0.3jethro-14.0.2jethro-14.0.1jethro
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.bb | 2 | ||||
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 2 |
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" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \ file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51" -SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ +SRC_URI = "http://download.qt.io/archive/qt/3/qt-x11-free-${PV}.tar.bz2 \ file://no-examples.patch \ file://qt3-cstddef.patch \ 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" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \ file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b" -SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ +SRC_URI = "http://download.qt.io/archive/qt/3/${BP}.tar.bz2 \ file://configure.patch \ file://no-examples.patch \ file://gcc4_1-HACK.patch \ |