summaryrefslogtreecommitdiffstats
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 08:55:59 +0200
commit6557244eca22a8722cf0fde2f3cc62f45cb72651 (patch)
tree3953b31ac7dce27f34976f5317393bc01e1b8806
parent0108285c3fb4f246fc73e33afd6a34ba1eb76356 (diff)
downloadmeta-qt5-6557244eca22a8722cf0fde2f3cc62f45cb72651.tar.gz
ogl-runtime: update v2.7.0 -> v2.8.0
Task-number: QT3DS-4167 Change-Id: I97fb7eb222ee1652d91e2ce42d9fb8a2a9d42445 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-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 daa19905..1669382e 100644
--- a/recipes-qt/qt5/ogl-runtime_git.bb
+++ b/recipes-qt/qt5/ogl-runtime_git.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = " \
9 9
10DEPENDS += "qtbase qtdeclarative qtquickcontrols2" 10DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
11 11
12QT_MODULE_BRANCH = "2.7" 12QT_MODULE_BRANCH = "master"
13QT_MODULE_BRANCH_EASTL = "master" 13QT_MODULE_BRANCH_EASTL = "master"
14QT_GIT_PROJECT = "qt3dstudio" 14QT_GIT_PROJECT = "qt3dstudio"
15PV = "2.7.0+git${SRCPV}" 15PV = "2.8.0+git${SRCPV}"
16 16
17COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc64).*-linux" 17COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc64).*-linux"
18 18
@@ -22,7 +22,7 @@ SRC_URI += " \
22 file://0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch \ 22 file://0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch \
23" 23"
24 24
25SRCREV_ogl-runtime = "b9b52349d0df29e2eaa30dd13644b9f42d9e4f3e" 25SRCREV_ogl-runtime = "b53aeb784f950d7b2a5ebe38ea37c5bb6f456c9c"
26SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" 26SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5"
27SRCREV = "${SRCREV_ogl-runtime}" 27SRCREV = "${SRCREV_ogl-runtime}"
28 28