[oe-commits] Saul Wold : qt4: Add space for _appends

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 22:50:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 82602d2c55f5d233bd8351e95a84a65b792786e5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=82602d2c55f5d233bd8351e95a84a65b792786e5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Fri Feb  1 14:36:29 2013 -0800

qt4: Add space for _appends

With out the space we get -x11-no-neon concatanted incorrectly

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 \





More information about the Openembedded-commits mailing list