diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-03 00:53:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-03 14:51:15 +0100 |
commit | aa6551d14987e10d9c49b0d04f5529401e3cb936 (patch) | |
tree | 0333c0320139ee4bdd2e1306f7b614862b62a76e /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 9ed82108c31f60cee05001fcb9a17d363ffb5d7d (diff) | |
download | meta-qt5-aa6551d14987e10d9c49b0d04f5529401e3cb936.tar.gz |
qtwebengine: disable generate_character_data
* qtwebengine 5.8 fails to build it, because it mixes binaries for x86_64 host and x86 target when building for qemux86 on 64bit host
https://bugreports.qt.io/browse/QTBUG-57705
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 4ab30ead..3d139d0b 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -24,7 +24,7 @@ DEPENDS += " \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | DEPENDS += "yasm-native" | 26 | DEPENDS += "yasm-native" |
27 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm" | 27 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0" |
28 | 28 | ||
29 | # To use system ffmpeg you need to enable also libwebp, opus, vpx | 29 | # To use system ffmpeg you need to enable also libwebp, opus, vpx |
30 | # Only depenedencies available in oe-core are enabled by default | 30 | # Only depenedencies available in oe-core are enabled by default |