summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_232.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb
index fa6a6a817f..398cb46f0d 100644
--- a/meta/recipes-core/systemd/systemd_232.bb
+++ b/meta/recipes-core/systemd/systemd_232.bb
@@ -47,6 +47,7 @@ PACKAGECONFIG ??= "xz \
47 randomseed \ 47 randomseed \
48 machined \ 48 machined \
49 backlight \ 49 backlight \
50 vconsole \
50 quotacheck \ 51 quotacheck \
51 hostnamed \ 52 hostnamed \
52 ${@bb.utils.contains('TCLIBC', 'glibc', 'myhostname sysusers', '', d)} \ 53 ${@bb.utils.contains('TCLIBC', 'glibc', 'myhostname sysusers', '', d)} \
@@ -79,6 +80,7 @@ PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved"
79PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" 80PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd"
80PACKAGECONFIG[machined] = "--enable-machined,--disable-machined" 81PACKAGECONFIG[machined] = "--enable-machined,--disable-machined"
81PACKAGECONFIG[backlight] = "--enable-backlight,--disable-backlight" 82PACKAGECONFIG[backlight] = "--enable-backlight,--disable-backlight"
83PACKAGECONFIG[vconsole] = "--enable-vconsole,--disable-vconsole,,${PN}-vconsole-setup"
82PACKAGECONFIG[quotacheck] = "--enable-quotacheck,--disable-quotacheck" 84PACKAGECONFIG[quotacheck] = "--enable-quotacheck,--disable-quotacheck"
83PACKAGECONFIG[hostnamed] = "--enable-hostnamed,--disable-hostnamed" 85PACKAGECONFIG[hostnamed] = "--enable-hostnamed,--disable-hostnamed"
84PACKAGECONFIG[myhostname] = "--enable-myhostname,--disable-myhostname" 86PACKAGECONFIG[myhostname] = "--enable-myhostname,--disable-myhostname"
@@ -475,7 +477,6 @@ RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"
475RDEPENDS_${PN} += "volatile-binds update-rc.d" 477RDEPENDS_${PN} += "volatile-binds update-rc.d"
476 478
477RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)} \ 479RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)} \
478 systemd-vconsole-setup \
479 systemd-extra-utils \ 480 systemd-extra-utils \
480 systemd-compat-units udev-hwdb \ 481 systemd-compat-units udev-hwdb \
481 util-linux-agetty util-linux-fsck e2fsprogs-e2fsck \ 482 util-linux-agetty util-linux-fsck e2fsprogs-e2fsck \