diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_244.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index 341ac6bbc5..7ab01fb8ce 100644 --- a/meta/recipes-core/systemd/systemd_244.3.bb +++ b/meta/recipes-core/systemd/systemd_244.3.bb | |||
@@ -163,7 +163,7 @@ PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" | |||
163 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" | 163 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" |
164 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" | 164 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" |
165 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" | 165 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" |
166 | PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,update-rc.d" | 166 | PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d" |
167 | # When enabled use reproducble build timestamp if set as time epoch, | 167 | # When enabled use reproducble build timestamp if set as time epoch, |
168 | # or build time if not. When disabled, time epoch is unset. | 168 | # or build time if not. When disabled, time epoch is unset. |
169 | def build_epoch(d): | 169 | def build_epoch(d): |
@@ -567,7 +567,7 @@ RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator | |||
567 | RDEPENDS_${PN} += "volatile-binds" | 567 | RDEPENDS_${PN} += "volatile-binds" |
568 | 568 | ||
569 | RRECOMMENDS_${PN} += "systemd-extra-utils \ | 569 | RRECOMMENDS_${PN} += "systemd-extra-utils \ |
570 | systemd-compat-units udev-hwdb \ | 570 | udev-hwdb \ |
571 | e2fsprogs-e2fsck \ | 571 | e2fsprogs-e2fsck \ |
572 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \ | 572 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \ |
573 | os-release \ | 573 | os-release \ |