summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-30 00:27:54 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-30 00:27:54 +0200
commit56485baea55de18ab22ca82ebaebdbfed1b353bc (patch)
treebadcad84a2e89577d425ead61d30f845ef63ac27 /meta-oe/recipes-core/systemd/systemd-serialgetty.bb
parent8a12ecca32766ecdceb72cae76e93f8aadcf3669 (diff)
downloadmeta-openembedded-contrib-56485baea55de18ab22ca82ebaebdbfed1b353bc.tar.gz
systemd: clean up serial port handling some more and fix the screen clearing problem
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd-serialgetty.bb')
-rw-r--r--meta-oe/recipes-core/systemd/systemd-serialgetty.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-serialgetty.bb b/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
index acc6768370..d7e8571628 100644
--- a/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
@@ -32,12 +32,12 @@ do_install() {
fi
}
-PACKAGES = "{$PN} ${PN}-dbg ${PN}-dev ${PN}-doc"
+PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-doc"
RRECOMMENDS_${PN} = ""
RDEPENDS_${PN} = "systemd"
# This is a machine specific file
-FILES_${PN} = "${base_libdir}/systemd/system/serial-getty@.service ${sysconfdir}/systemd/system/getty.target.wants/getty@${@get_console(bb, d)}.service"
+FILES_${PN} = "${base_libdir}/systemd/system/serial-getty@.service ${sysconfdir}"
PACKAGE_ARCH = "${MACHINE_ARCH}"