From: Luca Boccassi Date: Wed, 19 Oct 2022 17:49:49 +0000 (+0100) Subject: systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3763dd26d324a7ce575586f306b8aec4b1103b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Luca Boccassi Signed-off-by: Alexandre Belloni --- 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 \