mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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: 8394dda5f12157c88005a788cd35421f498c9b82) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0d3748ca5d
commit
a707b3269c
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user