[oe-commits] Anders Darander : qt4-embedded: fix QT_ARCH usage in QT_CONFIG_FLAGS

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 10:57:45 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 8394dda5f12157c88005a788cd35421f498c9b82
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8394dda5f12157c88005a788cd35421f498c9b82

Author: Anders Darander <anders at chargestorm.se>
Date:   Sun Jun 17 13:31:46 2012 +0200

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 at chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/qt4/qt4-embedded.inc |    2 +-
 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 \





More information about the Openembedded-commits mailing list