diff options
3 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index 315df3388d..c993242b72 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | |||
| @@ -6,6 +6,9 @@ DESCRIPTION = "Qt package groups" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | PR = "r4" | 7 | PR = "r4" |
| 8 | 8 | ||
| 9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 10 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
| 11 | |||
| 9 | inherit packagegroup | 12 | inherit packagegroup |
| 10 | 13 | ||
| 11 | PACKAGES = "${PN}-demoapps" | 14 | PACKAGES = "${PN}-demoapps" |
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb index 9263828a1a..6ef844fc7c 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | |||
| @@ -2,6 +2,9 @@ SUMMARY = "Qt for Embedded Linux (Qt without X11)" | |||
| 2 | PR = "r2" | 2 | PR = "r2" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | 4 | ||
| 5 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 6 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
| 7 | |||
| 5 | inherit packagegroup | 8 | inherit packagegroup |
| 6 | 9 | ||
| 7 | # For backwards compatibility after rename | 10 | # For backwards compatibility after rename |
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index 8413eecaa1..fc1ccba9a7 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
| 2 | 2 | ||
| 3 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 4 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
| 5 | |||
| 3 | inherit packagegroup | 6 | inherit packagegroup |
| 4 | 7 | ||
| 5 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | 8 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
