]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4-embedded: fix QT_ARCH usage in QT_CONFIG_FLAGS
authorAnders Darander <anders@chargestorm.se>
Sun, 17 Jun 2012 11:31:46 +0000 (13:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 10:56:55 +0000 (11:56 +0100)
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>
meta/recipes-qt/qt4/qt4-embedded.inc

index 05803d15e789068b96f4eacc6e9ec0adf8959d4a..9c5b4af93d1296de2bcbfe90de7df0913a5ce624 100644 (file)
@@ -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 \