diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd_254.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index d24bf0cb06..c21f6b4962 100644 --- a/meta/recipes-core/systemd/systemd_254.4.bb +++ b/meta/recipes-core/systemd/systemd_254.4.bb | |||
| @@ -387,6 +387,7 @@ PACKAGE_BEFORE_PN = "\ | |||
| 387 | ${PN}-analyze \ | 387 | ${PN}-analyze \ |
| 388 | ${PN}-binfmt \ | 388 | ${PN}-binfmt \ |
| 389 | ${PN}-container \ | 389 | ${PN}-container \ |
| 390 | ${PN}-crypt \ | ||
| 390 | ${PN}-extra-utils \ | 391 | ${PN}-extra-utils \ |
| 391 | ${PN}-gui \ | 392 | ${PN}-gui \ |
| 392 | ${PN}-initramfs \ | 393 | ${PN}-initramfs \ |
| @@ -446,6 +447,11 @@ USERADD_PARAM:${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin sys | |||
| 446 | 447 | ||
| 447 | FILES:${PN}-analyze = "${bindir}/systemd-analyze" | 448 | FILES:${PN}-analyze = "${bindir}/systemd-analyze" |
| 448 | 449 | ||
| 450 | FILES:${PN}-crypt = "${bindir}/systemd-cryptenroll \ | ||
| 451 | ${libdir}/cryptsetup \ | ||
| 452 | " | ||
| 453 | RRECOMMENDS:${PN} += "${PN}-crypt" | ||
| 454 | |||
| 449 | FILES:${PN}-initramfs = "/init" | 455 | FILES:${PN}-initramfs = "/init" |
| 450 | RDEPENDS:${PN}-initramfs = "${PN}" | 456 | RDEPENDS:${PN}-initramfs = "${PN}" |
| 451 | 457 | ||
| @@ -552,7 +558,6 @@ FILES:${PN}-extra-utils = "\ | |||
| 552 | ${bindir}/systemd-run \ | 558 | ${bindir}/systemd-run \ |
| 553 | ${bindir}/systemd-cat \ | 559 | ${bindir}/systemd-cat \ |
| 554 | ${bindir}/systemd-creds \ | 560 | ${bindir}/systemd-creds \ |
| 555 | ${bindir}/systemd-cryptenroll \ | ||
| 556 | ${bindir}/systemd-delta \ | 561 | ${bindir}/systemd-delta \ |
| 557 | ${bindir}/systemd-cgls \ | 562 | ${bindir}/systemd-cgls \ |
| 558 | ${bindir}/systemd-cgtop \ | 563 | ${bindir}/systemd-cgtop \ |
