diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-28 01:48:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:05 +0000 |
commit | 8403b751086378290961c5119c861194a04731ab (patch) | |
tree | cee3f3f9b3356bff7622ea8852c55f17d5c5ea57 /meta/classes/qt4x11.bbclass | |
parent | 05f206d15bfe5c5693c56273185c8ccdf34ea230 (diff) | |
download | poky-8403b751086378290961c5119c861194a04731ab.tar.gz |
Revert "qt4*.bbclass: disable build qt on mips64 with 64 bits userspace"
This reverts commit 17890ebd637da0b3bf78804002d8b4f0ace078d2.
qt4 is upgraded to 4.8.6 and this is fixed by:
c889b40 qt webkit: add support for MIPS64 platforms
so revert the commit.
(From OE-Core rev: 28abbcc5cc4fcea23528027ef2c0faebcd9474c8)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qt4x11.bbclass')
-rw-r--r-- | meta/classes/qt4x11.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass index 65d196afc6..b06e15d29e 100644 --- a/meta/classes/qt4x11.bbclass +++ b/meta/classes/qt4x11.bbclass | |||
@@ -9,6 +9,3 @@ QT_LIBINFIX = "" | |||
9 | 9 | ||
10 | # Qt4 uses atomic instructions not supported in thumb mode | 10 | # Qt4 uses atomic instructions not supported in thumb mode |
11 | ARM_INSTRUCTION_SET = "arm" | 11 | ARM_INSTRUCTION_SET = "arm" |
12 | |||
13 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
14 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||