diff options
Diffstat (limited to 'meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc')
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" |