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/qtgraphicaleffects_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/qtgraphicaleffects_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtgraphicaleffects_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtgraphicaleffects_git.bb b/recipes-qt/qt5/qtgraphicaleffects_git.bb index f4b43e75..eadd4bc3 100644 --- a/recipes-qt/qt5/qtgraphicaleffects_git.bb +++ b/recipes-qt/qt5/qtgraphicaleffects_git.bb | |||
| @@ -20,3 +20,7 @@ DEPENDS += "qtdeclarative" | |||
| 20 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS_${PN}-dev = "" |
| 21 | 21 | ||
| 22 | SRCREV = "1583bb5569cfc50141d879107a46146d5ccccf28" | 22 | SRCREV = "1583bb5569cfc50141d879107a46146d5ccccf28" |
| 23 | |||
| 24 | # The same issue as in qtbase: | ||
| 25 | # http://errors.yoctoproject.org/Errors/Build/44912/ | ||
| 26 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | ||
