summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-05-24 18:16:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-10-15 15:22:53 +0000
commit540e38fae9f836f91b3365422fdfae0f035f6c8a (patch)
tree27490754880be479266cebf56aa9b4027e62e136
parent631ea6373ca3ffb0e17968dfcd6f3171f95bbac6 (diff)
downloadmeta-qt5-upstream/jansa/pyro.tar.gz
* it fails when building with gcc8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 140a2bc2..33a57ed7 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -139,6 +139,11 @@ QT_CONFIG_FLAGS += " \
139# since we cannot set empty set filename to a not existent file 139# since we cannot set empty set filename to a not existent file
140export OE_QMAKE_QTCONF_PATH = "foodummy" 140export OE_QMAKE_QTCONF_PATH = "foodummy"
141 141
142# Causes qdrawhelper.s: Error: unaligned opcodes detected in executable segment
143# when building qtbase/5.6.3+gitAUTOINC+e6f8b072d2-r0/git/src/gui/painting/qdrawhelper.cpp
144ARM_INSTRUCTION_SET_armv4 = "arm"
145ARM_INSTRUCTION_SET_armv5 = "arm"
146
142do_configure() { 147do_configure() {
143 # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration 148 # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration
144 touch ${S}/mkspecs/oe-device-extra.pri 149 touch ${S}/mkspecs/oe-device-extra.pri