aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-03-26 15:13:29 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-03-27 08:20:17 +0000
commit7742142bd650dd91f9b203e23b7c1d3f9bf78013 (patch)
tree68896df3181caea6b0845a1f1ac4b73db47c3db6
parentd4f557ae7c0e82b589ee5282d37360911efd2593 (diff)
qtopcua: update recipe
fix build issue & update dependencies Change-Id: I11002f4b2884135ea4ca97940fffc319a897b840 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtopcua_git.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb
index 4cc658a8..35ac08fd 100644
--- a/recipes-qt/qt5/qtopcua_git.bb
+++ b/recipes-qt/qt5/qtopcua_git.bb
@@ -8,6 +8,14 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
"
+PACKAGECONFIG ?= "qtdeclarative"
+PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
+
+# 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 = ""
+
DEPENDS += "qtbase"
SRCREV = "9d61cbee4131a8b6774ba242fe6e3f2b2f5e853c"