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/qtscript_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/qtscript_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtscript_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb index 3f8b64a2..2875988e 100644 --- a/recipes-qt/qt5/qtscript_git.bb +++ b/recipes-qt/qt5/qtscript_git.bb | |||
| @@ -26,3 +26,7 @@ ARM_INSTRUCTION_SET_armv5 = "arm" | |||
| 26 | DEPENDS += "qtbase" | 26 | DEPENDS += "qtbase" |
| 27 | 27 | ||
| 28 | SRCREV = "c35df2ec0ee05351912e768d298a7c627dbdd1ef" | 28 | SRCREV = "c35df2ec0ee05351912e768d298a7c627dbdd1ef" |
| 29 | |||
| 30 | # The same issue as in qtbase: | ||
| 31 | # http://errors.yoctoproject.org/Errors/Build/44915/ | ||
| 32 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | ||
