From 9566cdd31e18a423453d11c15957971cbbfcaa02 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 3 Oct 2023 07:04:55 +0000 Subject: [PATCH] qtopcua: add support for native and nativesdk Starting with Qt 6.7, Qt OPC UA comes with a data type generator. Add support for native and nativesdk builds. Change-Id: Ia840870417e39862f04f02ba8da868a5659acd14 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtopcua_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt6/qtopcua_git.bb b/recipes-qt/qt6/qtopcua_git.bb index 0759cb8..afb7c42 100644 --- a/recipes-qt/qt6/qtopcua_git.bb +++ b/recipes-qt/qt6/qtopcua_git.bb @@ -28,5 +28,6 @@ PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native" # cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security] SECURITY_STRINGFORMAT = "" -DEPENDS += "qtbase" +DEPENDS += "qtbase qtopcua-native" +BBCLASSEXTEND = "native nativesdk"