summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/packagegroups/packagegroup-core-qt.bb')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt.bb3
1 files changed, 3 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"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r4" 7PR = "r4"
8 8
9# Qt4 could NOT be built on MIPS64 with 64 bits userspace
10COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
11
9inherit packagegroup 12inherit packagegroup
10 13
11PACKAGES = "${PN}-demoapps" 14PACKAGES = "${PN}-demoapps"