From ad41c747b7b65d857bf9250419a2a8e9a2d3f6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 15 Dec 2018 22:55:02 +0100 Subject: [PATCH] liri-world: add liri-themes-plymouth only if meta-initramfs is in layers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-liri/packagegroups/liri-world.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-liri/packagegroups/liri-world.bb b/recipes-liri/packagegroups/liri-world.bb index 718cd59e..99ea5f07 100644 --- a/recipes-liri/packagegroups/liri-world.bb +++ b/recipes-liri/packagegroups/liri-world.bb @@ -22,7 +22,8 @@ RDEPENDS_${PN} = " \ liri-settings \ liri-terminal \ liri-text \ - liri-themes liri-themes-plymouth liri-themes-sddm \ + liri-themes liri-themes-sddm \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-initramfs', 'liri-themes-plymouth', '', d)} \ liri-wallpapers \ "