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>
This commit is contained in:
Kai Kang 2013-06-28 15:48:47 +08:00 committed by Richard Purdie
parent c1df5188bb
commit c4c6e5829c
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@ DESCRIPTION = "Qt package groups"
LICENSE = "MIT"
PR = "r4"
# Qt4 could NOT be built on MIPS64 with 64 bits userspace
COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
inherit packagegroup
PACKAGES = "${PN}-demoapps"

View File

@ -2,6 +2,9 @@ SUMMARY = "Qt for Embedded Linux (Qt without X11)"
PR = "r2"
LICENSE = "MIT"
# Qt4 could NOT be built on MIPS64 with 64 bits userspace
COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
inherit packagegroup
# For backwards compatibility after rename

View File

@ -1,5 +1,8 @@
LICENSE = "MIT"
# Qt4 could NOT be built on MIPS64 with 64 bits userspace
COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
inherit packagegroup
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"