diff mbox series

[meta-security] swtpm: whitespace fixes

Message ID 20250507150451.1409046-1-mikko.rapeli@linaro.org
State New
Headers show
Series [meta-security] swtpm: whitespace fixes | expand

Commit Message

Mikko Rapeli May 7, 2025, 3:04 p.m. UTC
New bitbake warns about these.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb
index 3e58c33..66a9dc3 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb
@@ -15,8 +15,8 @@  S = "${WORKDIR}/git"
 PARALLEL_MAKE = ""
 inherit autotools pkgconfig perlnative
 
-TSS_USER="tss"
-TSS_GROUP="tss"
+TSS_USER = "tss"
+TSS_GROUP = "tss"
 
 PACKAGECONFIG ?= "openssl gnutls"
 PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
@@ -42,7 +42,7 @@  USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir / \
 PACKAGE_BEFORE_PN = "${PN}-cuse"
 FILES:${PN}-cuse = "${bindir}/swtpm_cuse"
 
-INSANE_SKIP:${PN}   += "dev-so"
+INSANE_SKIP:${PN} += "dev-so"
 
 RDEPENDS:${PN} = "libtpms"