aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2012-06-17 13:31:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 11:56:55 +0100
commit8394dda5f12157c88005a788cd35421f498c9b82 (patch)
treee0ccaa5b430c211c07a4a0ad92f5818d818817c6 /meta
parent6d97c94d25713b47417e184308ab43947c7f243d (diff)
downloadopenembedded-core-8394dda5f12157c88005a788cd35421f498c9b82.tar.gz
qt4-embedded: fix QT_ARCH usage in QT_CONFIG_FLAGS
After the change to shell style functions (from python style), the ability to use oe_filter_out on QT_CONFIG_FLAGS got broken. This patch solves that by referring to QT_ARCH in a more correct way. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index 05803d15e7..9c5b4af93d 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -10,7 +10,7 @@ QT_BASE_LIB ?= "libqt-embedded"
SRC_URI += "file://qte.sh"
QT_CONFIG_FLAGS += " \
- -embedded ${QT_ARCH} \
+ -embedded $QT_ARCH \
-qtlibinfix ${QT_LIBINFIX} \
-plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \
-plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \