summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
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-18 13:24:58 +0100
commit0529f93440b2d67af8b2272b4d18220ae94e91d8 (patch)
tree19fc931731388ed9ef6fe786b6dccbfea67d57fa /meta/recipes-qt
parentbbd25aa3f20fa28fe7c461d5af15b9b2ad499495 (diff)
downloadast2050-yocto-poky-0529f93440b2d67af8b2272b4d18220ae94e91d8.zip
ast2050-yocto-poky-0529f93440b2d67af8b2272b4d18220ae94e91d8.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. (From OE-Core rev: abd5d5a712686a379a1a1da29d78a0f374f13e33) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-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 05803d1..9c5b4af 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 \
OpenPOWER on IntegriCloud