diff options
Diffstat (limited to 'recipes-qt/qt5/qtopcua_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtopcua_git.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb index ed3046f5..798996de 100644 --- a/recipes-qt/qt5/qtopcua_git.bb +++ b/recipes-qt/qt5/qtopcua_git.bb | |||
| @@ -1,13 +1,21 @@ | |||
| 1 | require qt5.inc | 1 | require qt5.inc |
| 2 | require qt5-git.inc | 2 | require qt5-git.inc |
| 3 | 3 | ||
| 4 | LICENSE = "GFDL-1.3 & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial" | 4 | LICENSE = "( GFDL-1.3 & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial ) & MPL-2.0 & CC0-1.0" |
| 5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
| 6 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ | 6 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ |
| 7 | file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ | 7 | file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ |
| 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 = "61a2c26fe8831a0a743efd0e179bbe9bf9425235" | 21 | SRCREV = "61a2c26fe8831a0a743efd0e179bbe9bf9425235" |
