summaryrefslogtreecommitdiffstats
path: root/meta
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-11-09 17:42:14 +0000
commitcd873bc5ded73a910372758d3148652f54d39189 (patch)
tree28f6123deeb12c47aea26f11eb7b864eda8b5ab6 /meta
parent2f52d04e176c5b86a0e4560217c4e240547d675a (diff)
downloadpoky-cd873bc5ded73a910372758d3148652f54d39189.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: 34cdacb072644f4bd610c48a789e4001d374e190) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit b3763dd26d324a7ce575586f306b8aec4b1103b3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \