Files
yoctor-layers/meta-st/meta-st-openstlinux/recipes-samples/packagegroups/packagegroup-framework-sample-qt-extra.bb
2024-07-11 14:16:35 +02:00

53 lines
1.5 KiB
BlitzBasic

SUMMARY = "Framework sample qt extra components"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "opengl"
PROVIDES = "${PACKAGES}"
PACKAGES = "\
packagegroup-framework-sample-qt-extra \
packagegroup-framework-sample-qt-extra-examples \
"
RDEPENDS:packagegroup-framework-sample-qt-extra = "\
\
qt3d \
qt3d-qmlplugins \
\
qtsvg \
qtsvg-plugins \
\
qtlocation \
qtlocation-qmlplugins \
qtlocation-plugins \
\
qtwebkit \
\
qtquickcontrols \
qtquickcontrols-qmlplugins \
qtquickcontrols2 \
qtquickcontrols2-qmlplugins \
\
qtsensors \
qtserialport \
\
qtcharts \
qtcharts-qmlplugins \
\
qtlocation \
qtlocation-plugins \
qtlocation-qmlplugins \
"
SUMMARY:packagegroup-framework-sample-qt-extra-examples = "Framework sample qt extra components for examples"
RDEPENDS:packagegroup-framework-sample-qt-extra-examples = "\
qt5nmapcarousedemo \
cinematicexperience \
qtsmarthome \
"