[meta-qt4][PATCH] qt4: fix SRC_URI to point to archive
Paul Eggleton
Qt4 is in the archive directory upstream so change SRC_URI and
UPSTREAM_CHECK_URI to avoid warnings. Signed-off-by: Paul Eggleton <paul.eggleton@...> --- recipes-qt4/qt4/nativesdk-qt4-tools.inc | 4 ++-- recipes-qt4/qt4/qt4-4.8.7.inc | 4 ++-- recipes-qt4/qt4/qt4-native.inc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-qt4/qt4/nativesdk-qt4-tools.inc b/recipes-qt4/qt4/na= tivesdk-qt4-tools.inc index f071b22..f067724 100644 --- a/recipes-qt4/qt4/nativesdk-qt4-tools.inc +++ b/recipes-qt4/qt4/nativesdk-qt4-tools.inc @@ -12,7 +12,7 @@ inherit nativesdk qmake2 # so we need to avoid disabling them. DISABLE_STATIC =3D "" =20 -SRC_URI =3D "http://download.qt-project.org/official_releases/qt/4.8/${P= V}/qt-everywhere-opensource-src-${PV}.tar.gz \ +SRC_URI =3D "http://download.qt-project.org/archive/qt/4.8/${PV}/qt-ever= ywhere-opensource-src-${PV}.tar.gz \ file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outsid= e-u.patch \ file://0004-configure-qmake-is-already-built-in-qt4-tools-nat= ive.patch \ file://0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging= .patch \ @@ -24,7 +24,7 @@ SRC_URI =3D "http://download.qt-project.org/official_re= leases/qt/4.8/${PV}/qt-ever file://g++.conf \ file://linux.conf" =20 -UPSTREAM_CHECK_URI =3D "http://download.qt.io/official_releases/qt/4.8/" +UPSTREAM_CHECK_URI =3D "http://download.qt.io/archive/qt/4.8/" UPSTREAM_CHECK_REGEX =3D "(?P<pver>\d+(\.\d+)+)/" =20 S =3D "${WORKDIR}/qt-everywhere-opensource-src-${PV}" diff --git a/recipes-qt4/qt4/qt4-4.8.7.inc b/recipes-qt4/qt4/qt4-4.8.7.in= c index 1b52d6d..dfd681c 100644 --- a/recipes-qt4/qt4/qt4-4.8.7.inc +++ b/recipes-qt4/qt4/qt4-4.8.7.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =3D "file://LICENSE.LGPL;md5=3Dfbc093901= 857fcd118f065f900982c24 \ =20 FILESEXTRAPATHS =3D. "${FILE_DIRNAME}/qt4-${PV}:" =20 -SRC_URI =3D "http://download.qt-project.org/official_releases/qt/4.8/${P= V}/qt-everywhere-opensource-src-${PV}.tar.gz \ +SRC_URI =3D "http://download.qt-project.org/archive/qt/4.8/${PV}/qt-ever= ywhere-opensource-src-${PV}.tar.gz \ file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ file://0004-configure-qmake-is-already-built-in-qt4-tools-nat= ive.patch \ file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the= -ta.patch \ @@ -43,7 +43,7 @@ SRC_URI =3D "http://download.qt-project.org/official_re= leases/qt/4.8/${PV}/qt-ever SRC_URI[md5sum] =3D "d990ee66bf7ab0c785589776f35ba6ad" SRC_URI[sha256sum] =3D "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21= b56990638f626ea0" =20 -UPSTREAM_CHECK_URI =3D "http://download.qt.io/official_releases/qt/4.8/" +UPSTREAM_CHECK_URI =3D "http://download.qt.io/archive/qt/4.8/" UPSTREAM_CHECK_REGEX =3D "(?P<pver>\d+(\.\d+)+)/" =20 S =3D "${WORKDIR}/qt-everywhere-opensource-src-${PV}" diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.= inc index 8a964c6..2f4a484 100644 --- a/recipes-qt4/qt4/qt4-native.inc +++ b/recipes-qt4/qt4/qt4-native.inc @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM =3D "file://LICENSE.LGPL;md5=3Dfbc0939= 01857fcd118f065f900982c24 \ =20 inherit native =20 -SRC_URI =3D "http://download.qt-project.org/official_releases/qt/4.8/${P= V}/qt-everywhere-opensource-src-${PV}.tar.gz \ +SRC_URI =3D "http://download.qt-project.org/archive/qt/4.8/${PV}/qt-ever= ywhere-opensource-src-${PV}.tar.gz \ file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outsid= e-u.patch \ file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.pat= ch \ file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ @@ -26,7 +26,7 @@ SRC_URI =3D "http://download.qt-project.org/official_re= leases/qt/4.8/${PV}/qt-ever file://qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch \ " =20 -UPSTREAM_CHECK_URI =3D "http://download.qt.io/official_releases/qt/4.8/" +UPSTREAM_CHECK_URI =3D "http://download.qt.io/archive/qt/4.8/" UPSTREAM_CHECK_REGEX =3D "(?P<pver>\d+(\.\d+)+)/" =20 S =3D "${WORKDIR}/qt-everywhere-opensource-src-${PV}" --=20 2.20.1
|
|