From e22def35ccda223725cabbf21321b607b6d94986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 18 Oct 2018 12:40:56 +0200 Subject: [PATCH] plasma-world: Add breeze-plymouth only if meta-initramfs is in layers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Missing or unbuildable dependency chain was: ['plasma-world', 'breeze-plymouth', 'plymouth', 'dracut'] Signed-off-by: Andreas Müller --- recipes-kde/packagegroups/plasma-world.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/packagegroups/plasma-world.bb b/recipes-kde/packagegroups/plasma-world.bb index 4c2ce062..cb9f583b 100644 --- a/recipes-kde/packagegroups/plasma-world.bb +++ b/recipes-kde/packagegroups/plasma-world.bb @@ -24,7 +24,7 @@ UNTIER = " \ bluedevil \ breeze \ breeze-gtk \ - breeze-plymouth \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-initramfs', 'breeze-plymouth', '', d)} \ discover \ kde-cli-tools \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kde-gtk-config", "",d)} \