From af73600ede0afb2e77e23769159901a54aa0f22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 8 Feb 2015 22:03:10 +0100 Subject: [PATCH] add lxqt-world for build test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/packagegroups/lxqt-world.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-lxqt/packagegroups/lxqt-world.bb 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 \ +"