* [PATCH] qt4: Add space for _appends
@ 2013-02-01 22:36 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-02-01 22:36 UTC (permalink / raw)
To: openembedded-core
With out the space we get -x11-no-neon concatanted incorrectly
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb | 2 +-
meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
index 0f417c9..6024192 100644
--- a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
+++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
@@ -3,7 +3,7 @@ require qt4-embedded.inc
PR = "${INC_PR}.2"
-QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-no-neon" ,d)}"
+QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
QT_CONFIG_FLAGS += " \
-exceptions \
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
index a589fbe..7de6a82 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
+++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
@@ -3,7 +3,7 @@ require qt4-${PV}.inc
PR = "${INC_PR}.2"
-QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-no-neon" ,d)}"
+QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
QT_CONFIG_FLAGS += " \
-no-embedded \
--
1.8.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-01 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 22:36 [PATCH] qt4: Add space for _appends Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox