diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 09:52:17 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 09:52:17 +0800 |
commit | 1098d813edea5df59dad62227abfa15f53a7ce1e (patch) | |
tree | 408f6d8a7510bc42f3d1177b6de73f8397132c63 | |
parent | e8d6e006e7e40852275da37b140ee3a45356cd9a (diff) | |
download | meta-secure-core-1098d813edea5df59dad62227abfa15f53a7ce1e.tar.gz |
systemd: work around circular dependency chains found if systemd is configured to enable cryptsetup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend | 8 |
1 files 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 @@ | |||
1 | PACKAGECONFIG_append += "\ | 1 | #PACKAGECONFIG_append += "\ |
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ | 2 | # ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ |
3 | 'cryptsetup', '', d)} \ | 3 | # 'cryptsetup', '', d)} \ |
4 | " | 4 | #" |