From: Luca Boccassi Date: Wed, 9 Jun 2021 19:38:45 +0000 (+0100) Subject: systemd: install new sysext tool via systemd-extra-utils X-Git-Tag: uninative-3.3~513 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1fb6a0d0a46028107190d133f42b21e048a5db50;p=openembedded-core.git systemd: install new sysext tool via systemd-extra-utils New standalone (no new dependency) utility added in v248 Signed-off-by: Luca Boccassi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_248.3.bb b/meta/recipes-core/systemd/systemd_248.3.bb index 4e65656494..37607708f7 100644 --- a/meta/recipes-core/systemd/systemd_248.3.bb +++ b/meta/recipes-core/systemd/systemd_248.3.bb @@ -507,6 +507,7 @@ FILES_${PN}-extra-utils = "\ ${bindir}/systemd-cgls \ ${bindir}/systemd-cgtop \ ${bindir}/systemd-stdio-bridge \ + ${bindir}/systemd-sysext \ ${base_bindir}/systemd-ask-password \ ${base_bindir}/systemd-tty-ask-password-agent \ ${systemd_unitdir}/system/systemd-ask-password-console.path \