diff options
author | Ross Burton <ross.burton@intel.com> | 2013-01-21 18:09:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-21 18:56:14 +0000 |
commit | 751c11e998431613389f094264f096fac5a1c1ae (patch) | |
tree | e94cbee85cbeba1b2932588065fb8edc79091541 /meta/recipes-core | |
parent | 192efd033c38205e114f62e9f62696a9a49b0970 (diff) | |
download | openembedded-core-751c11e998431613389f094264f096fac5a1c1ae.tar.gz openembedded-core-751c11e998431613389f094264f096fac5a1c1ae.tar.bz2 openembedded-core-751c11e998431613389f094264f096fac5a1c1ae.zip |
systemd: remove unused SERIAL_CONSOLE variable
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_196.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_196.bb b/meta/recipes-core/systemd/systemd_196.bb index 5242b5a878..a78a8a6c5b 100644 --- a/meta/recipes-core/systemd/systemd_196.bb +++ b/meta/recipes-core/systemd/systemd_196.bb @@ -11,8 +11,6 @@ PROVIDES = "udev" DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers usbutils glib-2.0 libgcrypt" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -SERIAL_CONSOLE ?= "115200 /dev/ttyS0" - SECTION = "base/shell" inherit gtk-doc useradd pkgconfig autotools perlnative |