From 44b3c8dfa45fa6a32db46b851a7029e1bacaefb1 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Fri, 28 Jun 2013 15:48:46 +0800 Subject: qt4*.bbclass: disable build qt on mips64 with 64 bits userspace Qt/qt-embedded build fails on mips64 with 64 bits userspace. Set COMPATIBLE_HOST in qt4e.bbclass and qt4x11.bbclass to disable build qt/qt-embedded and packages which inherit these two classes on mips64 with 64 bits userspace. (From OE-Core rev: 17890ebd637da0b3bf78804002d8b4f0ace078d2) Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- meta/classes/qt4x11.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/qt4x11.bbclass') diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass index b06e15d29e..65d196afc6 100644 --- a/meta/classes/qt4x11.bbclass +++ b/meta/classes/qt4x11.bbclass @@ -9,3 +9,6 @@ QT_LIBINFIX = "" # Qt4 uses atomic instructions not supported in thumb mode ARM_INSTRUCTION_SET = "arm" + +# Qt4 could NOT be built on MIPS64 with 64 bits userspace +COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" -- cgit v1.2.3-54-g00ecf