systemd: fix the conditions of PACKAGECONFIG for ima and cryptsetup

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-08-04 22:03:45 +08:00
parent dd9a695df8
commit e8d6e006e7
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
PACKAGECONFIG_append += "\
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
${@bb.utils.contains('DISTRO_FEATURES', 'encrypted-storage', \
'cryptsetup', '', d)} \
"
@@ -1,4 +1,4 @@
PACKAGECONFIG_append += "\
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
${@bb.utils.contains('DISTRO_FEATURES', 'ima', \
'ima', '', d)} \
"