Signed-off-by: Pau Espin Pedrol <[email protected]>
---
meta/recipes-core/systemd/systemd-serialgetty.bb | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb
b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 768b130..b57f0f3 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -13,10 +13,10 @@ S = "${WORKDIR}"
do_install() {
if [ ! -z "${SERIAL_CONSOLES}" ] ; then
default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'`
- install -d ${D}${systemd_unitdir}/system/
+ install -d ${D}${systemd_system_unitdir}/
install -d ${D}${sysconfdir}/systemd/system/getty.target.wants/
- install -m 0644 ${WORKDIR}/[email protected]
${D}${systemd_unitdir}/system/
- sed -i -e s/\@BAUDRATE\@/$default_baudrate/g
${D}${systemd_unitdir}/system/[email protected]
+ install -m 0644 ${WORKDIR}/[email protected]
${D}${systemd_system_unitdir}/
+ sed -i -e s/\@BAUDRATE\@/$default_baudrate/g
${D}${systemd_system_unitdir}/[email protected]
tmp="${SERIAL_CONSOLES}"
for entry in $tmp ; do
@@ -24,14 +24,14 @@ do_install() {
ttydev=`echo $entry | sed -e 's/^[0-9]*\;//' -e
's/\;.*//'`
if [ "$baudrate" = "$default_baudrate" ] ; then
# enable the service
- ln -sf
${systemd_unitdir}/system/[email protected] \
+ ln -sf
${systemd_system_unitdir}/[email protected] \
${D}${sysconfdir}/systemd/system/getty.target.wants/serial-getty@$ttydev.service
else
# install custom service file for the
non-default baudrate
- install -m 0644
${WORKDIR}/[email protected]
${D}${systemd_unitdir}/system/[email protected]
- sed -i -e s/\@BAUDRATE\@/$baudrate/g
${D}${systemd_unitdir}/system/[email protected]
+ install -m 0644
${WORKDIR}/[email protected]
${D}${systemd_system_unitdir}/[email protected]
+ sed -i -e s/\@BAUDRATE\@/$baudrate/g
${D}${systemd_system_unitdir}/[email protected]
# enable the service
- ln -sf
${systemd_unitdir}/system/[email protected] \
+ ln -sf
${systemd_system_unitdir}/[email protected] \
${D}${sysconfdir}/systemd/system/getty.target.wants/serial-getty$baudrate@$ttydev.service
fi
done
@@ -41,7 +41,7 @@ do_install() {
RDEPENDS_${PN} = "systemd"
# This is a machine specific file
-FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
+FILES_${PN} = "${systemd_system_unitdir}/*.service ${sysconfdir}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
# As this package is tied to systemd, only build it when we're also building
systemd.
--
2.7.1
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core