summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2013-06-28 15:48:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-28 16:32:06 +0100
commitc4c6e5829c92a91cab8233bf2e4848bd3112ce0d (patch)
tree3b8a50b3948d5f3c5dab41acc2f5360f6729cb0d /meta/recipes-qt
parentc1df5188bb2851bcc5a3f483b0a0b4c4f884e3c7 (diff)
downloadpoky-c4c6e5829c92a91cab8233bf2e4848bd3112ce0d.tar.gz
Disable build qt related packagegroups on mips64 with 64 bits userspace
Because qt could not be built on mips64 with 64 bits userspace, set COMPATIBLE_HOST for qt related packagegroups to disable them on mips64 with 64 bit userspace too. (From OE-Core rev: 5f4c5de0b32d546ed28108d2403be41c685e27c7) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt.bb3
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb3
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc3
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"
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"
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)"
2PR = "r2" 2PR = "r2"
3LICENSE = "MIT" 3LICENSE = "MIT"
4 4
5# Qt4 could NOT be built on MIPS64 with 64 bits userspace
6COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
7
5inherit packagegroup 8inherit 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 @@
1LICENSE = "MIT" 1LICENSE = "MIT"
2 2
3# Qt4 could NOT be built on MIPS64 with 64 bits userspace
4COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
5
3inherit packagegroup 6inherit packagegroup
4 7
5PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 8PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"