systemd: add hack to fix parsing for machines without SERIAL_CONSOLE set

The recipe should stop installing the unit in that case

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-27 10:28:40 +02:00
parent 6f67d69d41
commit a44a502de6
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "readline udev dbus libcap2 libcgroup"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
PRIORITY = "optional"
SECTION = "base/shell"