diff options
Diffstat (limited to 'recipes-qt/qt5/qtlocation_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index 163202ee..1f9a1116 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -28,7 +28,7 @@ EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | |||
28 | 28 | ||
29 | # The same issue as in qtbase: | 29 | # The same issue as in qtbase: |
30 | # http://errors.yoctoproject.org/Errors/Details/152640/ | 30 | # http://errors.yoctoproject.org/Errors/Details/152640/ |
31 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 31 | LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
32 | 32 | ||
33 | QT_MODULE_BRANCH_MAPBOXGL = "upstream/qt-staging" | 33 | QT_MODULE_BRANCH_MAPBOXGL = "upstream/qt-staging" |
34 | 34 | ||