diff options
Diffstat (limited to 'meta/recipes-qt')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index d28e032293..5f6916a430 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT" | |||
7 | PR = "r4" | 7 | PR = "r4" |
8 | 8 | ||
9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | 9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace |
10 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | 10 | COMPATIBLE_HOST_mips64 = "null" |
11 | 11 | ||
12 | inherit packagegroup | 12 | inherit packagegroup |
13 | 13 | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb index d7a457cff9..d4f0fd1d8c 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | |||
@@ -3,7 +3,7 @@ PR = "r2" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | 5 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace |
6 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | 6 | COMPATIBLE_HOST_mips64 = "null" |
7 | 7 | ||
8 | inherit packagegroup | 8 | inherit packagegroup |
9 | 9 | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index fc1ccba9a7..02a032658d 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | 2 | ||
3 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | 3 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace |
4 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | 4 | COMPATIBLE_HOST_mips64 = "null" |
5 | 5 | ||
6 | inherit packagegroup | 6 | inherit packagegroup |
7 | 7 | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.6.inc b/meta/recipes-qt/qt4/qt4-4.8.6.inc index a2c0688c72..bd20dac66c 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.6.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.6.inc | |||
@@ -39,7 +39,7 @@ S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | |||
39 | # disable webkit for mips64 n32 temporarily that fails to compile, | 39 | # disable webkit for mips64 n32 temporarily that fails to compile, |
40 | # qt upstream defect: | 40 | # qt upstream defect: |
41 | # https://bugreports.qt-project.org/browse/QTBUG-39224 | 41 | # https://bugreports.qt-project.org/browse/QTBUG-39224 |
42 | QT_CONFIG_FLAGS_append_mips64 = "${@bb.utils.contains("TUNE_FEATURES", "n32", " -no-webkit", "" ,d)}" | 42 | QT_CONFIG_FLAGS_append_mips64n32 = " -no-webkit" |
43 | 43 | ||
44 | # disable webkit for aarch64 temporarily that fails to compile | 44 | # disable webkit for aarch64 temporarily that fails to compile |
45 | QT_CONFIG_FLAGS_append_aarch64 = " -no-webkit" | 45 | QT_CONFIG_FLAGS_append_aarch64 = " -no-webkit" |