aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtopcua_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtopcua_git.bb')
-rw-r--r--recipes-qt/qt5/qtopcua_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb
index b99c485b..754da541 100644
--- a/recipes-qt/qt5/qtopcua_git.bb
+++ b/recipes-qt/qt5/qtopcua_git.bb
@@ -8,6 +8,11 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
"
-DEPENDS += "qtbase"
+# src/3rdparty/open62541.pri adds -Wno-format, causing following error
+# because -Wformat-security cannot be used together with -Wno-format
+# cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
+SECURITY_STRINGFORMAT = ""
-SRCREV = "fd6f1d80aa501d8d003018359ce9c023e70732d5"
+DEPENDS += "qtbase qtdeclarative"
+
+SRCREV = "72c2ee600f214fccc147a9fb3809087e7064b56b"