aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-03-30 04:04:20 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:10:02 +0200
commit85b0bb644509e04c0132dc027f288d6f22ffb19e (patch)
tree4ba4d82365fb1b2b103339ee91c5c6a862d14aee /recipes-qt/qt5/qt5.inc
parent2b5c531b22703025e67b2f207db91ea178f7ead5 (diff)
qtbase: correctly configure
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 8ed4c288..2a0ae591 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -56,6 +56,7 @@ QT_CONFIG_FLAGS += " \
"
do_configure() {
+# set_arch
set_endian
if [ ! -e bin/qmake ]; then
@@ -66,13 +67,9 @@ do_configure() {
ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++
fi
- if [ -f mkspecs/common/g++-unix.conf ] ; then
- # mkspecs were refactored for 4.8.0
- cp -f ${WORKDIR}/g++.conf mkspecs/common/g++-unix.conf
- else
- cp -f ${WORKDIR}/g++.conf mkspecs/common/g++.conf
- fi
- cp -f ${WORKDIR}/linux.conf mkspecs/common/
+ # replace common files with our version
+ cp -f ${WORKDIR}/g++.conf mkspecs/common/g++-unix.conf
+ cp -f ${WORKDIR}/linux.conf mkspecs/common/linux.conf
# Avoid problems with the linkers, since we want the linker to be g++
unset LD