diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb new file mode 100644 index 00000000..ac6e7ea0 --- /dev/null +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -0,0 +1,20 @@ +SUMMARY = "All lxqt packages - just for build test" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +inherit packagegroup distro_features_check + +RDEPENDS_${PN} = " \ + liblxqt \ + liblxqt-mount \ + libqtxdg \ + libsysstat \ + lxqt-common \ + lxqt-config \ + lxqt-globalkeys \ + lxqt-panel \ + lxqt-qtplugin \ + lxqt-runner \ + lxqt-session \ + pcmanfm-qt \ +"