mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
systemd: fixed typo
(From OE-Core rev: 2ffecdbfa3be53e2a36d9d54b19230f8c1f84c6c) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
017b18f7d0
commit
a1a87182d1
@@ -206,7 +206,7 @@ PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
|
||||
PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false"
|
||||
PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
|
||||
PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d"
|
||||
# When enabled use reproducble build timestamp if set as time epoch,
|
||||
# When enabled use reproducible build timestamp if set as time epoch,
|
||||
# or build time if not. When disabled, time epoch is unset.
|
||||
def build_epoch(d):
|
||||
epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1"
|
||||
|
||||
Reference in New Issue
Block a user