diff options
Diffstat (limited to 'recipes-qt/qt5/qtlocation_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index ab96029e..7d434a4b 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -13,15 +13,26 @@ LIC_FILES_CHKSUM = " \ | |||
13 | 13 | ||
14 | DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols" | 14 | DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols" |
15 | 15 | ||
16 | SRC_URI += "file://0001-Make-mapbox-gl-build-configurable.patch" | ||
17 | |||
16 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
17 | # older geoclue 0.12.99 is needed | 19 | # older geoclue 0.12.99 is needed |
18 | PACKAGECONFIG[geoclue] = ",,geoclue" | 20 | PACKAGECONFIG[geoclue] = ",,geoclue" |
19 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" | 21 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" |
22 | PACKAGECONFIG[mapboxgl] = "" | ||
20 | 23 | ||
24 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'mapboxgl', 'CONFIG+=mapboxgl', '', d)}" | ||
21 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 25 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
22 | 26 | ||
23 | SRCREV = "41cc347040226d2c5c16b9df001d03f2724b87e5" | ||
24 | |||
25 | # The same issue as in qtbase: | 27 | # The same issue as in qtbase: |
26 | # http://errors.yoctoproject.org/Errors/Details/152640/ | 28 | # http://errors.yoctoproject.org/Errors/Details/152640/ |
27 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 29 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
30 | |||
31 | SRC_URI += " \ | ||
32 | ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \ | ||
33 | " | ||
34 | |||
35 | SRCREV_qtlocation = "888d351cb0c7fe6d05ab1efe8d4dbb4b6f06cd5f" | ||
36 | SRCREV_qtlocation-mapboxgl = "d45c177e8a23eefcc94930af9fa085e61136bb94" | ||
37 | |||
38 | SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl" | ||