From 7742142bd650dd91f9b203e23b7c1d3f9bf78013 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 26 Mar 2019 15:13:29 +0200 Subject: qtopcua: update recipe fix build issue & update dependencies Change-Id: I11002f4b2884135ea4ca97940fffc319a897b840 Reviewed-by: Samuli Piippo --- recipes-qt/qt5/qtopcua_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'recipes-qt') 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" -- cgit v1.2.3