summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtlocation_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2019-04-19 11:27:38 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2019-04-22 06:47:41 +0000
commitf6373503a015b3a5b4f797c286dfc07e660cc20b (patch)
tree86d689c7c177316e28fe194f187f1a8464bf8a78 /recipes-qt/qt5/qtlocation_git.bb
parent5b7563e30c20156d4c6247ad259c28c17d621cb2 (diff)
downloadmeta-qt5-f6373503a015b3a5b4f797c286dfc07e660cc20b.tar.gz
qt5: upgrade to 5.9.8
* unfortunatelly most of the modules don't have the v5.9.8 tags merged to 5.9 branch yet, the only exception are: qtnetworkauth, qtremoteobjects, qttranslations * in most cases it means that we're missing just changes files, but in some cases there are also some functional commits which are missing in 5.9 SRCREV: qtdeclarative: 9d6d2ee21 Use Los Angeles to represent PST8PDT, not Vancouver qtimageformats: 11a7040 Update bundled libtiff to version 4.0.10 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtlocation_git.bb')
-rw-r--r--recipes-qt/qt5/qtlocation_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index 6b2315b1..95358344 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -29,7 +29,10 @@ SRC_URI += " \
29 ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \ 29 ${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \
30" 30"
31 31
32SRCREV_qtlocation = "018773949e3ed64d00fb82413aa7d63f3b295941" 32# Use bdea5c63a0be0802bcb49b2fd30bac233a8ee50f
33# instead of 3696006091d0536270c5f8499b19be12e54d841f because
34# v5.9.8 tag wasn't merged to 5.9 branch yet
35SRCREV_qtlocation = "bdea5c63a0be0802bcb49b2fd30bac233a8ee50f"
33SRCREV_qtlocation-mapboxgl = "8c1be4ec01ef46bf453856531ebf53b48ce3dbe7" 36SRCREV_qtlocation-mapboxgl = "8c1be4ec01ef46bf453856531ebf53b48ce3dbe7"
34 37
35SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl" 38SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl"