diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-26 15:13:29 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-27 08:20:17 +0000 |
commit | 7742142bd650dd91f9b203e23b7c1d3f9bf78013 (patch) | |
tree | 68896df3181caea6b0845a1f1ac4b73db47c3db6 | |
parent | d4f557ae7c0e82b589ee5282d37360911efd2593 (diff) | |
download | meta-qt5-7742142bd650dd91f9b203e23b7c1d3f9bf78013.tar.gz |
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.bb | 8 |
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 = " \ | |||
8 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ | 8 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PACKAGECONFIG ?= "qtdeclarative" | ||
12 | PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" | ||
13 | |||
14 | # src/3rdparty/open62541.pri adds -Wno-format, causing following error | ||
15 | # because -Wformat-security cannot be used together with -Wno-format | ||
16 | # cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security] | ||
17 | SECURITY_STRINGFORMAT = "" | ||
18 | |||
11 | DEPENDS += "qtbase" | 19 | DEPENDS += "qtbase" |
12 | 20 | ||
13 | SRCREV = "9d61cbee4131a8b6774ba242fe6e3f2b2f5e853c" | 21 | SRCREV = "9d61cbee4131a8b6774ba242fe6e3f2b2f5e853c" |