summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_244.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.5.bb b/meta/recipes-core/systemd/systemd_244.5.bb
index 77ef2bc42f..2bca1fbc82 100644
--- a/meta/recipes-core/systemd/systemd_244.5.bb
+++ b/meta/recipes-core/systemd/systemd_244.5.bb
@@ -404,9 +404,9 @@ FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \
404 ${rootlibexecdir}/systemd/systemd-binfmt \ 404 ${rootlibexecdir}/systemd/systemd-binfmt \
405 ${systemd_unitdir}/system/proc-sys-fs-binfmt_misc.* \ 405 ${systemd_unitdir}/system/proc-sys-fs-binfmt_misc.* \
406 ${systemd_unitdir}/system/systemd-binfmt.service" 406 ${systemd_unitdir}/system/systemd-binfmt.service"
407RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" 407RRECOMMENDS_${PN}-binfmt = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', 'kernel-module-binfmt-misc', '', d)}"
408 408
409RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" 409RRECOMMENDS_${PN}-vconsole-setup = "${@bb.utils.contains('PACKAGECONFIG', 'vconsole', 'kbd kbd-consolefonts kbd-keymaps', '', d)}"
410 410
411 411
412FILES_${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \ 412FILES_${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \