diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-22 16:52:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 22:42:38 +0000 |
commit | ef04d541f8988ae2f395aede2bd488b2593201ec (patch) | |
tree | 18efb905bde76691939f3cbdd3dfce67be38e2a8 /meta/recipes-core/systemd | |
parent | e9352e8a43639564af0a97f5e8a642e0989b0256 (diff) | |
download | openembedded-core-ef04d541f8988ae2f395aede2bd488b2593201ec.tar.gz openembedded-core-ef04d541f8988ae2f395aede2bd488b2593201ec.tar.bz2 openembedded-core-ef04d541f8988ae2f395aede2bd488b2593201ec.zip |
systemd-compat-units: disable dbus-1
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 19a1ea1889..9b4a8a4abc 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -34,6 +34,7 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \ hwclock \ networking \ syslog.busybox \ + dbus-1 \ " pkg_postinst_${PN} () { |