xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtopcua_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require qt5.inc
2require qt5-git.inc
3
4LICENSE = "( GFDL-1.3 & ( GPL-2.0-or-later | LGPL-3.0-only ) | The-Qt-Company-Commercial ) & MPL-2.0 & CC0-1.0"
5LIC_FILES_CHKSUM = " \
6    file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \
7    file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \
8    file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
9"
10
11PACKAGECONFIG ?= "qtdeclarative"
12PACKAGECONFIG[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]
17SECURITY_STRINGFORMAT = ""
18
19DEPENDS += "qtbase"
20
21QT_MODULE_BRANCH = "5.15.2"
22SRCREV = "6d45793cae6f9e744c7bba82f905e431978ce3d0"
23