summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:28:40 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:28:40 +0200
commita44a502de682111e6054af149ecd9a1464bcf440 (patch)
treeb83ea0e33984f158a0d62b439b71d86636bf25b9 /meta-oe/recipes-core/systemd
parent6f67d69d41ec496248d0122f8ecd3a015f8d6a83 (diff)
downloadmeta-openembedded-a44a502de682111e6054af149ecd9a1464bcf440.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-core/systemd')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 327546594..670a4272e 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"
6DEPENDS = "readline udev dbus libcap2 libcgroup" 6DEPENDS = "readline udev dbus libcap2 libcgroup"
7DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 7DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
8 8
9SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
10
9PRIORITY = "optional" 11PRIORITY = "optional"
10SECTION = "base/shell" 12SECTION = "base/shell"
11 13