From a44a502de682111e6054af149ecd9a1464bcf440 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 27 May 2011 10:28:40 +0200 Subject: [PATCH] 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 --- meta-oe/recipes-core/systemd/systemd_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 3275465949..670a4272e5 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -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"