mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
qt4: remove negative preference on 4.8.3
(From OE-Core rev: 36e42fa771ddd11e169d92dd31d213ba84538012) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
90616875b4
commit
4e2de8f749
@@ -1,7 +1,5 @@
|
|||||||
require nativesdk-qt4-tools.inc
|
require nativesdk-qt4-tools.inc
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI += "file://0009-qmake-fix-source-file-references-in-qmake.pri.patch"
|
SRC_URI += "file://0009-qmake-fix-source-file-references-in-qmake.pri.patch"
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
|
|||||||
|
|
||||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${PV}.tar.gz \
|
SRC_URI = "http://releases.qt-project.org/qt4/source/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 \
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
require qt4-native.inc
|
require qt4-native.inc
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
TOBUILD := "src/tools/bootstrap ${TOBUILD}"
|
TOBUILD := "src/tools/bootstrap ${TOBUILD}"
|
||||||
|
|||||||
Reference in New Issue
Block a user