added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,39 @@
SUMMARY = "Framework sample qt 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 \
packagegroup-framework-sample-qt-examples \
"
RDEPENDS:packagegroup-framework-sample-qt = "\
qtbase \
liberation-fonts \
qtbase-plugins \
qtbase-tools \
\
qtdeclarative \
qtdeclarative-qmlplugins \
qtdeclarative-tools \
\
qtgraphicaleffects-qmlplugins \
\
qtmultimedia \
qtmultimedia-plugins \
qtmultimedia-qmlplugins \
\
qtscript \
"
SUMMARY:packagegroup-framework-sample-qt-examples = "Framework sample qt components for examples"
RDEPENDS:packagegroup-framework-sample-qt-examples = "\
qtbase-examples \
"