aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt3d_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2019-10-31 11:40:30 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2019-10-31 15:26:55 +0000
commit81156172a83da2210e9af290f95f45fd194c84a2 (patch)
tree1026e1a48d6ac51358cec65c1a8552eb1d5c77a7 /recipes-qt/qt5/qt3d_git.bb
parent267e64612558cd562a63925e07e3e87e976a8a44 (diff)
qt5: Upgrade to Qt 5.13.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt3d_git.bb')
-rw-r--r--recipes-qt/qt5/qt3d_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 25681f53..ea8e3266 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = " \
DEPENDS += "qtbase"
DEPENDS_class-target += "qtdeclarative qt3d-native"
-# Patches from https://github.com/meta-qt5/qt3d/commits/b5.12
-# 5.12.meta-qt5.2
+# Patches from https://github.com/meta-qt5/qt3d/commits/b5.13
+# 5.13.meta-qt5.1
SRC_URI += " \
file://0001-Allow-a-tools-only-build.patch \
"
@@ -36,6 +36,6 @@ do_configure_prepend() {
${S}/src/quick3d/imports/input/importsinput.pro
}
-SRCREV = "7640c5d526d10e0397e9f2e712139433165d269f"
+SRCREV = "93361f1a59c1edd2e4eb6d2aa7e2da5b73760a18"
BBCLASSEXTEND += "native nativesdk"