From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/classes/qt4x11.bbclass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/classes/qt4x11.bbclass (limited to 'meta/classes/qt4x11.bbclass') diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass new file mode 100644 index 0000000000..65d196afc6 --- /dev/null +++ b/meta/classes/qt4x11.bbclass @@ -0,0 +1,14 @@ +QT4DEPENDS ?= "qt4-x11 " +DEPENDS_prepend = "${QT4DEPENDS}" + +inherit qmake2 + +QT_BASE_NAME = "qt4" +QT_DIR_NAME = "qt4" +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