diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 044c6c5b67..059fccc2b6 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb | |||
@@ -21,7 +21,7 @@ do_install() { | |||
21 | install -d ${D}${systemd_unitdir}/system/ | 21 | install -d ${D}${systemd_unitdir}/system/ |
22 | install -d ${D}${sysconfdir}/systemd/system/getty.target.wants/ | 22 | install -d ${D}${sysconfdir}/systemd/system/getty.target.wants/ |
23 | install -m 0644 ${WORKDIR}/serial-getty@.service ${D}${systemd_unitdir}/system/ | 23 | install -m 0644 ${WORKDIR}/serial-getty@.service ${D}${systemd_unitdir}/system/ |
24 | sed -i -e s/\@BAUDRATE\@/$default_baudrate/g ${D}${systemd_unitdir}/system/serial-getty@.service | 24 | sed -i -e 's/\@BAUDRATE\@/$default_baudrate/g' ${D}${systemd_unitdir}/system/serial-getty@.service |
25 | 25 | ||
26 | tmp="${SERIAL_CONSOLES}" | 26 | tmp="${SERIAL_CONSOLES}" |
27 | for entry in $tmp ; do | 27 | for entry in $tmp ; do |