aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-10-31 12:53:55 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-11-01 13:27:59 +0200
commit3e502778ee161bef4177e7e7f45c0c9b78d047da (patch)
treed4ff19436cf2695050881238fd8993c65db7f9b0
parentf7afa0a4e1348db01be88b9c36372842fb902136 (diff)
ogl-runtime: update to v2.5.0 release
Change-Id: I1644d1cc3c71e69d58e36b4772231b46d1fe19c7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/ogl-runtime_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb
index 70ab89a7..8bf3e2ca 100644
--- a/recipes-qt/qt5/ogl-runtime_git.bb
+++ b/recipes-qt/qt5/ogl-runtime_git.bb
@@ -12,14 +12,14 @@ DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
QT_MODULE_BRANCH = "2.5"
QT_MODULE_BRANCH_EASTL = "master"
QT_GIT_PROJECT = "qt3dstudio"
-PV = "2.5+git${SRCPV}"
+PV = "2.5.0+git${SRCPV}"
SRC_URI += " \
${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \
file://0001-Fix-examples-build-error.patch \
"
-SRCREV_ogl-runtime = "938c3e6f4b94713516ed7ba88f7118d92958f5bb"
+SRCREV_ogl-runtime = "25236c672d81a73ee8754dbd764eb8a2a26d866e"
SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5"
SRCREV = "${SRCREV_ogl-runtime}"