summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtlocation_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-02-17 15:24:27 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-17 13:42:35 +0000
commit7233a39ed2ae659746dd72b7d433bc8dcc53cbb9 (patch)
treee1e35a083d67dcc00029fca3925b905f472aa168 /recipes-qt/qt5/qtlocation_git.bb
parent551f670b681294d15f4f36433c8507d99e240fd0 (diff)
downloadmeta-qt5-7233a39ed2ae659746dd72b7d433bc8dcc53cbb9.tar.gz
qt5: update submodules
* qtlocation module has a new 3rd party submodule "mapbox-gl-native" added under src/3rdparty folder. Change-Id: Ie5b21245bcf61b42b044e8121368d28b96a824f8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtlocation_git.bb')
-rw-r--r--recipes-qt/qt5/qtlocation_git.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index 2370f77c..c46f9677 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -20,4 +20,10 @@ PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy"
20 20
21EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" 21EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
22 22
23SRCREV = "93cd42ef606178261e12eeffc88cd4b7d029dbc3" 23SRC_URI += " \
24 ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \
25 "
26SRCREV_qtlocation = "11e6a62957433843816b41ad11fada7ca8eab85c"
27SRCREV_qtlocation-mapboxgl = "eec42f36aed7e446c03807ec6acc477d654548d7"
28
29SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl"