From 1098d813edea5df59dad62227abfa15f53a7ce1e Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Wed, 9 Aug 2017 09:52:17 +0800 Subject: systemd: work around circular dependency chains found if systemd is configured to enable cryptsetup Signed-off-by: Lans Zhang --- meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend b/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend index c17cfd9..166b6a8 100644 --- a/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend +++ b/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend @@ -1,4 +1,4 @@ -PACKAGECONFIG_append += "\ - ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ - 'cryptsetup', '', d)} \ -" +#PACKAGECONFIG_append += "\ +# ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ +# 'cryptsetup', '', d)} \ +#" -- cgit v1.2.3-54-g00ecf