diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-06-09 20:38:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-11 23:50:58 +0100 |
commit | 3798d34dc995e9b9975ba59eacbb503f2be86254 (patch) | |
tree | 64b7d2c27157858fdd8352126ad67d8348325205 /meta/recipes-core | |
parent | 176e62be47ff383be2fc6f8854af18b5679e0420 (diff) | |
download | poky-3798d34dc995e9b9975ba59eacbb503f2be86254.tar.gz |
systemd: install new sysext tool via systemd-extra-utils
New standalone (no new dependency) utility added in v248
(From OE-Core rev: 1fb6a0d0a46028107190d133f42b21e048a5db50)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_248.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
507 | ${bindir}/systemd-cgls \ | 507 | ${bindir}/systemd-cgls \ |
508 | ${bindir}/systemd-cgtop \ | 508 | ${bindir}/systemd-cgtop \ |
509 | ${bindir}/systemd-stdio-bridge \ | 509 | ${bindir}/systemd-stdio-bridge \ |
510 | ${bindir}/systemd-sysext \ | ||
510 | ${base_bindir}/systemd-ask-password \ | 511 | ${base_bindir}/systemd-ask-password \ |
511 | ${base_bindir}/systemd-tty-ask-password-agent \ | 512 | ${base_bindir}/systemd-tty-ask-password-agent \ |
512 | ${systemd_unitdir}/system/systemd-ask-password-console.path \ | 513 | ${systemd_unitdir}/system/systemd-ask-password-console.path \ |