aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2020-10-28 13:59:20 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2020-10-29 12:47:29 +0200
commit7d6de40a483c5c28bfa675f4d4577a6d9503ba56 (patch)
tree12104b20118141a35ef520a2142b28aab24fa385
parent6e2429136fc0e09fe8025a6e24c55962e9be4108 (diff)
ogl-runtime: update v2.7.0 -> v2.8.0
Task-number: QT3DS-4167 Change-Id: I97fb7eb222ee1652d91e2ce42d9fb8a2a9d42445 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 6557244eca22a8722cf0fde2f3cc62f45cb72651)
-rw-r--r--recipes-qt/qt5/ogl-runtime_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb
index 9b835a62..236b175f 100644
--- a/recipes-qt/qt5/ogl-runtime_git.bb
+++ b/recipes-qt/qt5/ogl-runtime_git.bb
@@ -9,17 +9,17 @@ LIC_FILES_CHKSUM = " \
DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
-QT_MODULE_BRANCH = "2.7"
+QT_MODULE_BRANCH = "master"
QT_MODULE_BRANCH_EASTL = "master"
QT_GIT_PROJECT = "qt3dstudio"
-PV = "2.7.0+git${SRCPV}"
+PV = "2.8.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 = "b9b52349d0df29e2eaa30dd13644b9f42d9e4f3e"
+SRCREV_ogl-runtime = "b53aeb784f950d7b2a5ebe38ea37c5bb6f456c9c"
SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5"
SRCREV = "${SRCREV_ogl-runtime}"