From e8d6e006e7e40852275da37b140ee3a45356cd9a Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Fri, 4 Aug 2017 22:03:45 +0800 Subject: systemd: fix the conditions of PACKAGECONFIG for ima and cryptsetup Signed-off-by: Lans Zhang --- meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend | 2 +- meta-integrity/recipes-core/systemd/systemd_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend b/meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend index 9885e99..c17cfd9 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', 'systemd', \ + ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ 'cryptsetup', '', d)} \ " diff --git a/meta-integrity/recipes-core/systemd/systemd_%.bbappend b/meta-integrity/recipes-core/systemd/systemd_%.bbappend index 8aadb90..ff3464a 100644 --- a/meta-integrity/recipes-core/systemd/systemd_%.bbappend +++ b/meta-integrity/recipes-core/systemd/systemd_%.bbappend @@ -1,4 +1,4 @@ PACKAGECONFIG_append += "\ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ + ${@bb.utils.contains('DISTRO_FEATURES', 'ima', \ 'ima', '', d)} \ " -- cgit v1.2.3-54-g00ecf