summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2022-10-19 18:49:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:39 +0100
commit1462ce375eeb3429081f63280943fba838866a94 (patch)
tree5842f813569eca739a6be1f497a09f061e3d70b2
parente33892b7adf7270cfb2d1e4db540c73417f11861 (diff)
downloadpoky-1462ce375eeb3429081f63280943fba838866a94.tar.gz
systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
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 (From OE-Core rev: b3763dd26d324a7ce575586f306b8aec4b1103b3) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_251.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_251.4.bb b/meta/recipes-core/systemd/systemd_251.4.bb
index 910ea71bf6..87668cadc7 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 = "\
518 ${bindir}/systemd-path \ 518 ${bindir}/systemd-path \
519 ${bindir}/systemd-run \ 519 ${bindir}/systemd-run \
520 ${bindir}/systemd-cat \ 520 ${bindir}/systemd-cat \
521 ${bindir}/systemd-creds \
522 ${bindir}/systemd-cryptenroll \
521 ${bindir}/systemd-delta \ 523 ${bindir}/systemd-delta \
522 ${bindir}/systemd-cgls \ 524 ${bindir}/systemd-cgls \
523 ${bindir}/systemd-cgtop \ 525 ${bindir}/systemd-cgtop \