diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-06-28 15:48:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 16:32:02 +0100 |
commit | 5f4c5de0b32d546ed28108d2403be41c685e27c7 (patch) | |
tree | 40adfbd5d4369ce7c05ecc6bfa22a8df1b6d6f59 /meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | |
parent | e913412ca0ff01cb654757c8199e8859f15b7cf7 (diff) | |
download | openembedded-core-5f4c5de0b32d546ed28108d2403be41c685e27c7.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.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb')
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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)" 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 |