mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
Packaging has errors: Multiple shlib providers for libInstrumentCluster.so. This lib is in examples and needs to be marked as a private lib. Pick-to: 6.7 Change-Id: I38130d76d8749ca10aeeff0bb2eac9711a800b53 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
33 lines
1.4 KiB
BlitzBasic
33 lines
1.4 KiB
BlitzBasic
DESCRIPTION = "Qt Interface Framework"
|
|
LICENSE = "The-Qt-Company-Commercial | (GPL-3.0-only & Qt-GPL-exception-1.0) & GFDL-1.3-no-invariants-only & BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=cb40fa7520502d8c7a3aea47cae1316c \
|
|
file://LICENSES/GFDL-1.3-no-invariants-only.txt;md5=a22d0be1ce2284b67950a4d1673dd1b0 \
|
|
file://LICENSES/GPL-3.0-only.txt;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://LICENSES/LicenseRef-Qt-Commercial.txt;md5=40a1036f91cefc0e3fabad241fb5f187 \
|
|
file://LICENSES/Qt-GPL-exception-1.0.txt;md5=9a13522cd91a88fba784baf16ea66af8 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
FILES:${PN}-dev += " \
|
|
${QT6_INSTALL_DATADIR}/ifcodegen-templates \
|
|
"
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtinterfaceframework-native"
|
|
|
|
PACKAGECONFIG ?= "ifcodegen remoteobjects"
|
|
PACKAGECONFIG:append:class-native = " host-tools-only"
|
|
PACKAGECONFIG:append:class-nativesdk = " host-tools-only"
|
|
|
|
PACKAGECONFIG[host-tools-only] = "-DFEATURE_host_tools_only=ON,-DFEATURE_host_tools_only=OFF"
|
|
PACKAGECONFIG[ifcodegen] = "-DFEATURE_ifcodegen=ON,-DFEATURE_ifcodegen=OFF,python3-qface,python3-qface"
|
|
PACKAGECONFIG[remoteobjects] = "-DFEATURE_remoteobjects=ON,-DFEATURE_remoteobjects=OFF,qtremoteobjects qtremoteobjects-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
PRIVATE_LIBS:${PN}-examples = "libInstrumentCluster.so"
|