diff mbox series

systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils

Message ID 20221019174949.3167645-1-luca.boccassi@gmail.com
State Accepted, archived
Commit b3763dd26d324a7ce575586f306b8aec4b1103b3
Headers show
Series systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils | expand

Commit Message

Luca Boccassi Oct. 19, 2022, 5:49 p.m. UTC
From: Luca Boccassi <luca.boccassi@microsoft.com>

ERROR: systemd-1_251.4-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package:
  /usr/bin/systemd-creds
  /usr/bin/systemd-cryptenroll

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 meta/recipes-core/systemd/systemd_251.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd_251.4.bb b/meta/recipes-core/systemd/systemd_251.4.bb
index 910ea71bf64..87668cadc75 100644
--- a/meta/recipes-core/systemd/systemd_251.4.bb
+++ b/meta/recipes-core/systemd/systemd_251.4.bb
@@ -518,6 +518,8 @@  FILES:${PN}-extra-utils = "\
                         ${bindir}/systemd-path \
                         ${bindir}/systemd-run \
                         ${bindir}/systemd-cat \
+                        ${bindir}/systemd-creds \
+                        ${bindir}/systemd-cryptenroll \
                         ${bindir}/systemd-delta \
                         ${bindir}/systemd-cgls \
                         ${bindir}/systemd-cgtop \