diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-10-31 12:53:55 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-11-01 13:27:59 +0200 |
commit | 3e502778ee161bef4177e7e7f45c0c9b78d047da (patch) | |
tree | d4ff19436cf2695050881238fd8993c65db7f9b0 | |
parent | f7afa0a4e1348db01be88b9c36372842fb902136 (diff) | |
download | meta-qt5-3e502778ee161bef4177e7e7f45c0c9b78d047da.tar.gz |
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.bb | 4 |
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" | |||
12 | QT_MODULE_BRANCH = "2.5" | 12 | QT_MODULE_BRANCH = "2.5" |
13 | QT_MODULE_BRANCH_EASTL = "master" | 13 | QT_MODULE_BRANCH_EASTL = "master" |
14 | QT_GIT_PROJECT = "qt3dstudio" | 14 | QT_GIT_PROJECT = "qt3dstudio" |
15 | PV = "2.5+git${SRCPV}" | 15 | PV = "2.5.0+git${SRCPV}" |
16 | 16 | ||
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | ${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \ | 18 | ${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \ |
19 | file://0001-Fix-examples-build-error.patch \ | 19 | file://0001-Fix-examples-build-error.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRCREV_ogl-runtime = "938c3e6f4b94713516ed7ba88f7118d92958f5bb" | 22 | SRCREV_ogl-runtime = "25236c672d81a73ee8754dbd764eb8a2a26d866e" |
23 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" | 23 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" |
24 | SRCREV = "${SRCREV_ogl-runtime}" | 24 | SRCREV = "${SRCREV_ogl-runtime}" |
25 | 25 | ||