added my Recipes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Framework sample qt components over eglfs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup features_check
|
||||
|
||||
CONFLICT_DISTRO_FEATURES = "x11 wayland"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
packagegroup-framework-sample-qt \
|
||||
\
|
||||
openstlinux-qt-eglfs \
|
||||
"
|
||||
@@ -0,0 +1,52 @@
|
||||
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 \
|
||||
"
|
||||
@@ -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 \
|
||||
"
|
||||
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Framework sample qt components over QTwayland"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
packagegroup-framework-sample-qt \
|
||||
\
|
||||
qtwayland \
|
||||
qtwayland-plugins \
|
||||
openstlinux-qt-wayland \
|
||||
"
|
||||
Reference in New Issue
Block a user