diff options
Diffstat (limited to 'recipes-qt/qt5/qtcharts_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtcharts_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtcharts_git.bb b/recipes-qt/qt5/qtcharts_git.bb index 50b7e1de..96fdba85 100644 --- a/recipes-qt/qt5/qtcharts_git.bb +++ b/recipes-qt/qt5/qtcharts_git.bb | |||
@@ -12,6 +12,6 @@ SRCREV = "754f8d15a01bae966c43749e3cc833d2def7e808" | |||
12 | 12 | ||
13 | # The same issue as in qtbase: | 13 | # The same issue as in qtbase: |
14 | # http://errors.yoctoproject.org/Errors/Details/152641/ | 14 | # http://errors.yoctoproject.org/Errors/Details/152641/ |
15 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 15 | LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
16 | 16 | ||
17 | PACKAGECONFIG ?= "qtquickcompiler" | 17 | PACKAGECONFIG ?= "qtquickcompiler" |