summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2023-11-25 15:16:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-01 11:48:25 +0000
commita1a87182d13d8f1de46793d37f29c32f0b817c00 (patch)
tree1e395c75b57529399fe02fdb0d29339eca142cd5
parent017b18f7d044435338b6bb66cd14ac73b36fc0f5 (diff)
downloadpoky-a1a87182d13d8f1de46793d37f29c32f0b817c00.tar.gz
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>
-rw-r--r--meta/recipes-core/systemd/systemd_254.4.bb2
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"
206PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" 206PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false"
207PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" 207PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
208PACKAGECONFIG[sysvinit] = "-Dsysvinit-path=${sysconfdir}/init.d -Dsysvrcnd-path=${sysconfdir},-Dsysvinit-path= -Dsysvrcnd-path=,,systemd-compat-units update-rc.d" 208PACKAGECONFIG[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.
211def build_epoch(d): 211def build_epoch(d):
212 epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1" 212 epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1"