From cfcf7d57821bfa3024397ee310f655b21fc23172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 4 Jun 2015 00:03:57 +0200 Subject: [PATCH] add meta-qt5-extra-world packagegroup for build tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../packagegroups/meta-qt5-extra-world.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-support/packagegroups/meta-qt5-extra-world.bb diff --git a/recipes-support/packagegroups/meta-qt5-extra-world.bb b/recipes-support/packagegroups/meta-qt5-extra-world.bb new file mode 100644 index 00000000..acaf058a --- /dev/null +++ b/recipes-support/packagegroups/meta-qt5-extra-world.bb @@ -0,0 +1,12 @@ +SUMMARY = "All layer packages - just for build test" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +inherit packagegroup + +RDEPENDS_${PN} = " \ + hawaii-world \ + kde-world \ + lxqt-world \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "sddm", "",d)} \ +"