diff options
author | Ross Burton <ross.burton@intel.com> | 2014-02-06 13:15:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-06 15:23:40 +0000 |
commit | a5436fa039d1e3153fb724a3fa59c5955995aa2d (patch) | |
tree | 10d8643cfe6ee8b5dd85e046ec730e6876e67cf7 /meta/recipes-core/systemd | |
parent | c910aa17689077362a25938aeebee7fb24057e30 (diff) | |
download | openembedded-core-a5436fa039d1e3153fb724a3fa59c5955995aa2d.tar.gz openembedded-core-a5436fa039d1e3153fb724a3fa59c5955995aa2d.tar.bz2 openembedded-core-a5436fa039d1e3153fb724a3fa59c5955995aa2d.zip |
systemd-compat-units: don't mask dbus, the recipe does this itself
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index e653470821..fe4c50ca46 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -16,7 +16,6 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \ hwclock \ networking \ syslog.busybox \ - dbus-1 \ " pkg_postinst_${PN} () { |