aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-01-27 13:37:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-01-27 14:36:20 +0100
commit8cadcbcb52af124417cdc29eb94bf8cdfe86f3d4 (patch)
treee6e12e0480851ea23e87b9085fa3c2f17e8ee644 /recipes-qt/qt5/qttools_git.bb
parentf13a3cec17a9eb0b11f8ecdb6a36df44f22e2831 (diff)
qt5: upgrade to 5.14.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r--recipes-qt/qt5/qttools_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index 1c473beb..cfb9e13d 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = " \
"
DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
-# Patches from https://github.com/meta-qt5/qttools/commits/b5.13
-# 5.13.meta-qt5.1
+# Patches from https://github.com/meta-qt5/qttools/commits/b5.14
+# 5.14.meta-qt5.1
SRC_URI += " \
file://0001-add-noqtwebkit-configuration.patch \
file://0002-linguist-tools-cmake-allow-overriding-the-location-f.patch \
@@ -49,6 +49,6 @@ EXTRA_QMAKEVARS_PRE_append_class-target = "\
${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \
"
-SRCREV = "1682033b1bdadefeb9b953f7d9d096d884f797e2"
+SRCREV = "3300714730761ac23f5c9753071a46685eb87d0e"
BBCLASSEXTEND = "native nativesdk"