aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtremoteobjects_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-04-12 13:04:09 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-04-13 09:05:12 +0000
commitf48752cc10266ffedee451813ceceec3e67c167f (patch)
tree35e442075f13781e49d9eb1dcfea17bcfde63ce9 /recipes-qt/qt5/qtremoteobjects_git.bb
parent4e7ba65ba6ad4f88683701428aba037f2091fafc (diff)
qt5: upgrade to 5.9.5
* use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5 branch which might get removed in future I was told Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtremoteobjects_git.bb')
-rw-r--r--recipes-qt/qt5/qtremoteobjects_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb
index cdc11fb8..86739015 100644
--- a/recipes-qt/qt5/qtremoteobjects_git.bb
+++ b/recipes-qt/qt5/qtremoteobjects_git.bb
@@ -12,7 +12,7 @@ require qt5-git.inc
DEPENDS += "qtbase qtdeclarative qtremoteobjects-native"
# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.9
-# 5.9.meta-qt5.4
+# 5.9.meta-qt5.5
SRC_URI += " \
file://0001-Allow-a-tools-only-build.patch \
"
@@ -24,6 +24,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only"
EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
-SRCREV = "286f3c626087635cb24708b8e42b1d8af0401640"
+SRCREV = "7aef155a56954da9cb29b36672b0ef7e8727010a"
BBCLASSEXTEND += "native nativesdk"