summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-25 16:54:29 +0100
committerEric Bénard <eric@eukrea.com>2010-12-01 07:49:39 +0100
commita643fb89d57b33354a9a397723114bf38f73cae6 (patch)
tree64db4f66d784f501d18d2346dddfae6a8c2e391e
parenta5eeff8b2e4cb9ffa86af214850dcbbe32432242 (diff)
downloadopenembedded-a643fb89d57b33354a9a397723114bf38f73cae6.tar.gz
qt4x11: set QT_LIBINFIX and QT_DIR_NAME
this will fix the following issue with qwt 5.2.1 where obj dir is: work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj${QT_LIBINFIX}/ instead of : work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj/ From: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--classes/qt4x11.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass
index 2d56b7e95b..abb1d9d2e4 100644
--- a/classes/qt4x11.bbclass
+++ b/classes/qt4x11.bbclass
@@ -2,5 +2,8 @@ DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] ==
inherit qmake2
+QT_DIR_NAME = "qt4"
+QT_LIBINFIX = ""
+
# Qt4 uses atomic instructions not supported in thumb mode
ARM_INSTRUCTION_SET = "arm"