mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe for Qt SCXML
Pick-to: 6.1 Change-Id: I25a4a980b9aff1e15585c8c1bba4459e74fa266f Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
This commit is contained in:
parent
f55ee894d0
commit
67c94eee72
|
|
@ -18,6 +18,8 @@ RDEPENDS_${PN} += " \
|
|||
nativesdk-qtquick3d-tools \
|
||||
nativesdk-qtremoteobjects-dev \
|
||||
nativesdk-qtremoteobjects-tools \
|
||||
nativesdk-qtscxml-dev \
|
||||
nativesdk-qtscxml-tools \
|
||||
nativesdk-qttools-dev \
|
||||
nativesdk-qttools-tools \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-qtwayland-dev nativesdk-qtwayland-tools', '', d)} \
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ RDEPENDS_${PN} += " \
|
|||
qtquickdesigner-components \
|
||||
qtquicktimeline \
|
||||
qtremoteobjects \
|
||||
qtscxml \
|
||||
qtsensors \
|
||||
qtserialbus \
|
||||
qtserialport \
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ RDEPENDS_${PN} += "\
|
|||
qtquickdesigner-components-dev \
|
||||
qtquicktimeline-dev \
|
||||
qtremoteobjects-dev \
|
||||
qtscxml-dev \
|
||||
qtsensors-dev \
|
||||
qtserialbus-dev \
|
||||
qtserialport-dev \
|
||||
|
|
|
|||
21
recipes-qt/qt6/qtscxml_git.bb
Normal file
21
recipes-qt/qt6/qtscxml_git.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
LICENSE = "LGPL-3.0 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 ) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
PACKAGECONFIG ?= "qml"
|
||||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtscxml-native"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
|
||||
SRCREV = "1e560247964957c51d1c645ef4e0af31429fe0a9"
|
||||
Loading…
Reference in New Issue
Block a user