yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-security][PATCH] integrity: linux-yocto: remove extra space in checkvalues
@ 2023-05-24 10:14 Jose Quaresma
  0 siblings, 0 replies; only message in thread
From: Jose Quaresma @ 2023-05-24 10:14 UTC (permalink / raw)
  To: yocto; +Cc: Jose Quaresma

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 <jose.quaresma@foundries.io>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-24 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 10:14 [meta-security][PATCH] integrity: linux-yocto: remove extra space in checkvalues Jose Quaresma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).