mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
qt4: Fix Qt 4.8.5 source to new location
Qt 4.8.5 was moved from http://download.qt-project.org/official_releases/qt/4.8/ to http://download.qt-project.org/archive/qt/4.8/ Thi fix must be applied for dora and daisy branches. (From OE-Core rev: 5c51dd2e9bab54013652475888554bc4660dcff3) Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed68cb87bc
commit
6d0a1893d1
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
|
|||||||
|
|
||||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
|
||||||
|
|
||||||
SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \
|
SRC_URI = "http://download.qt-project.org/archive/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \
|
||||||
file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \
|
file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \
|
||||||
file://0004-configure-qmake-is-already-built-in-qt4-tools-native.patch \
|
file://0004-configure-qmake-is-already-built-in-qt4-tools-native.patch \
|
||||||
file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch \
|
file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user