diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_254.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index ecf693ef92..4d68a3266a 100644 --- a/meta/recipes-core/systemd/systemd_254.4.bb +++ b/meta/recipes-core/systemd/systemd_254.4.bb | |||
@@ -206,7 +206,7 @@ PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" | |||
206 | PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" | 206 | PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" |
207 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" | 207 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" |
208 | PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d" | 208 | PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d" |
209 | # When enabled use reproducble build timestamp if set as time epoch, | 209 | # When enabled use reproducible build timestamp if set as time epoch, |
210 | # or build time if not. When disabled, time epoch is unset. | 210 | # or build time if not. When disabled, time epoch is unset. |
211 | def build_epoch(d): | 211 | def build_epoch(d): |
212 | epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1" | 212 | epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1" |