summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_250.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.5.bb b/meta/recipes-core/systemd/systemd_250.5.bb
index 8b6d0e8580..93cdd6fa16 100644
--- a/meta/recipes-core/systemd/systemd_250.5.bb
+++ b/meta/recipes-core/systemd/systemd_250.5.bb
@@ -431,9 +431,9 @@ FILES:${PN}-binfmt = "${sysconfdir}/binfmt.d/ \
431 ${rootlibexecdir}/systemd/systemd-binfmt \ 431 ${rootlibexecdir}/systemd/systemd-binfmt \
432 ${systemd_system_unitdir}/proc-sys-fs-binfmt_misc.* \ 432 ${systemd_system_unitdir}/proc-sys-fs-binfmt_misc.* \
433 ${systemd_system_unitdir}/systemd-binfmt.service" 433 ${systemd_system_unitdir}/systemd-binfmt.service"
434RRECOMMENDS:${PN}-binfmt = "kernel-module-binfmt-misc" 434RRECOMMENDS:${PN}-binfmt = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', 'kernel-module-binfmt-misc', '', d)}"
435 435
436RRECOMMENDS:${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" 436RRECOMMENDS:${PN}-vconsole-setup = "${@bb.utils.contains('PACKAGECONFIG', 'vconsole', 'kbd kbd-consolefonts kbd-keymaps', '', d)}"
437 437
438 438
439FILES:${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \ 439FILES:${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \