summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2020-05-26 09:07:21 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2020-06-02 10:20:49 +0000
commit8670ea2251244e0f7df27fe252b373b77ae4aa11 (patch)
tree62efa9b0017444a57a6e6b85cbb0a5f71ca2889d
parentc46b743fd1867e3ad4ecae3b016413fa4e534fd0 (diff)
downloadmeta-qt5-8670ea2251244e0f7df27fe252b373b77ae4aa11.tar.gz
ogl-runtime: update 2.6.0 -> 2.7.0
Task-number: QT3DS-4120 Change-Id: I76502ac2dffb79f6419f4658cfb87235c5f9bdee Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> 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 1b5dc7c8..daa19905 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.6" 12QT_MODULE_BRANCH = "2.7"
13QT_MODULE_BRANCH_EASTL = "master" 13QT_MODULE_BRANCH_EASTL = "master"
14QT_GIT_PROJECT = "qt3dstudio" 14QT_GIT_PROJECT = "qt3dstudio"
15PV = "2.6.0+git${SRCPV}" 15PV = "2.7.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 = "fe3ffda451732ebca0bdd7ecd19099f4cbfcfa75" 25SRCREV_ogl-runtime = "b9b52349d0df29e2eaa30dd13644b9f42d9e4f3e"
26SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" 26SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5"
27SRCREV = "${SRCREV_ogl-runtime}" 27SRCREV = "${SRCREV_ogl-runtime}"
28 28