diff options
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index faf7bc0026..a7bad81023 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
| @@ -18,7 +18,6 @@ EFI_PROVIDER ??= "grub-efi" | |||
| 18 | 18 | ||
| 19 | SYSVINIT_SCRIPTS = "${@bb.utils.contains('MACHINE_FEATURES', 'rtc', '${VIRTUAL-RUNTIME_base-utils-hwclock}', '', d)} \ | 19 | SYSVINIT_SCRIPTS = "${@bb.utils.contains('MACHINE_FEATURES', 'rtc', '${VIRTUAL-RUNTIME_base-utils-hwclock}', '', d)} \ |
| 20 | modutils-initscripts \ | 20 | modutils-initscripts \ |
| 21 | init-ifupdown \ | ||
| 22 | ${VIRTUAL-RUNTIME_initscripts} \ | 21 | ${VIRTUAL-RUNTIME_initscripts} \ |
| 23 | " | 22 | " |
| 24 | 23 | ||
| @@ -38,4 +37,5 @@ RDEPENDS:${PN} = "\ | |||
| 38 | 37 | ||
| 39 | RRECOMMENDS:${PN} = "\ | 38 | RRECOMMENDS:${PN} = "\ |
| 40 | ${VIRTUAL-RUNTIME_base-utils-syslog} \ | 39 | ${VIRTUAL-RUNTIME_base-utils-syslog} \ |
| 41 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" | 40 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ |
| 41 | ${@bb.utils.contains("DISTRO_FEATURES", "sysvinit", "init-ifupdown", "", d)}" | ||
