diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-19 12:45:34 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-20 19:28:47 +0200 |
| commit | 648f7b0a2eb202d4378ce50ae566b6ca450dd010 (patch) | |
| tree | 299c347748d06586f0a7b87f474e4058c6365a90 /recipes-qt/qt5/qtwayland_git.bb | |
| parent | 209e7e6dd8e23bc6501ada7d7b4caa99e449de6a (diff) | |
| download | meta-qt5-648f7b0a2eb202d4378ce50ae566b6ca450dd010.tar.gz | |
qtbase, qtgraphicaleffect, qtmultimedia, qtscript, qtlocation, qtwayland: disable gold to work around binutils bug
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index bcddb32c..ffe22086 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
| @@ -50,3 +50,7 @@ SRC_URI += " \ | |||
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | BBCLASSEXTEND =+ "native nativesdk" | 52 | BBCLASSEXTEND =+ "native nativesdk" |
| 53 | |||
| 54 | # The same issue as in qtbase: | ||
| 55 | # http://errors.yoctoproject.org/Errors/Details/152641/ | ||
| 56 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | ||
