From 440e1578198f2dceff2346d4503d58da5f1c892c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelfattah Date: Thu, 8 Jun 2023 07:36:47 +0300 Subject: swtpm: fix parser error when using USERADDEXTENSION="useradd-staticids" pass the required argument to --home-dir fixes: Bugzilla-15034 Signed-off-by: Ahmed Abdelfattah Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb index 614b07f..da86c47 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb @@ -36,7 +36,7 @@ EXTRA_OECONF += "--with-tss-user=${TSS_USER} --with-tss-group=${TSS_GROUP}" USERADD_PACKAGES = "${PN}" GROUPADD_PARAM:${PN} = "--system ${TSS_USER}" -USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir \ +USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir / \ --no-create-home --shell /bin/false ${BPN}" -- cgit v1.2.3-54-g00ecf