diff options
-rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 0cf68cac..9e4617a0 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
@@ -28,6 +28,11 @@ ARM_INSTRUCTION_SET_armv7a = "thumb" | |||
28 | ARM_INSTRUCTION_SET_armv7r = "thumb" | 28 | ARM_INSTRUCTION_SET_armv7r = "thumb" |
29 | ARM_INSTRUCTION_SET_armv7ve = "thumb" | 29 | ARM_INSTRUCTION_SET_armv7ve = "thumb" |
30 | 30 | ||
31 | # http://errors.yoctoproject.org/Errors/Details/179245/ | ||
32 | # just use -fpermissive in this case like fedora did: | ||
33 | # https://bugzilla.redhat.com/show_bug.cgi?id=1582954 | ||
34 | CXXFLAGS += "-fpermissive" | ||
35 | |||
31 | EXTRA_OECMAKE = " \ | 36 | EXTRA_OECMAKE = " \ |
32 | -DPORT=Qt \ | 37 | -DPORT=Qt \ |
33 | -DECM_MKSPECS_INSTALL_DIR=${libdir}${QT_DIR_NAME}/mkspecs/modules \ | 38 | -DECM_MKSPECS_INSTALL_DIR=${libdir}${QT_DIR_NAME}/mkspecs/modules \ |