diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-04 22:03:45 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-04 22:03:45 +0800 |
commit | e8d6e006e7e40852275da37b140ee3a45356cd9a (patch) | |
tree | 5d10197d0333bd2a8ff7c35a526cc2857eb8fe1d | |
parent | dd9a695df8a9fb6c8c3644d2dd2e3d6bd4bb5402 (diff) | |
download | meta-secure-core-e8d6e006e7e40852275da37b140ee3a45356cd9a.tar.gz |
systemd: fix the conditions of PACKAGECONFIG for ima and cryptsetup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/recipes-core/systemd/systemd_%.bbappend | 2 | ||||
-rw-r--r-- | 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 @@ | |||
1 | PACKAGECONFIG_append += "\ | 1 | PACKAGECONFIG_append += "\ |
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \ |
3 | 'cryptsetup', '', d)} \ | 3 | 'cryptsetup', '', d)} \ |
4 | " | 4 | " |
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 @@ | |||
1 | PACKAGECONFIG_append += "\ | 1 | PACKAGECONFIG_append += "\ |
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'ima', \ |
3 | 'ima', '', d)} \ | 3 | 'ima', '', d)} \ |
4 | " | 4 | " |