The contains_any can evaluate the checkvalues correctly because it split
the string to a set but the extra space is not need in this case.

Signed-off-by: Jose Quaresma <[email protected]>
---
 meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend 
b/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend
index be60bfe..705eb30 100644
--- a/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend
+++ b/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend
@@ -1 +1 @@
-require ${@bb.utils.contains_any('DISTRO_FEATURES', 'integrity ', 
'linux_ima.inc', '', d)}
+require ${@bb.utils.contains_any('DISTRO_FEATURES', 'integrity', 
'linux_ima.inc', '', d)}
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60107): https://lists.yoctoproject.org/g/yocto/message/60107
Mute This Topic: https://lists.yoctoproject.org/mt/99105453/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to