From 40849905ec3028ff74ddfca1d3720bfae33ea01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 25 Jan 2019 16:33:30 +0100 Subject: [PATCH] Initial add packagegroup gottcode-world MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-gottcode/packagegroups/gottcode-world.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-gottcode/packagegroups/gottcode-world.bb diff --git a/recipes-gottcode/packagegroups/gottcode-world.bb b/recipes-gottcode/packagegroups/gottcode-world.bb new file mode 100644 index 00000000..d54f4380 --- /dev/null +++ b/recipes-gottcode/packagegroups/gottcode-world.bb @@ -0,0 +1,14 @@ +SUMMARY = "All gottcode recipes - just for build test" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +inherit packagegroup + +RDEPENDS_${PN} = " \ + focuswriter \ + gottet \ + hexalate \ + peg-e \ + simsu \ + tetzle \ +"