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:30:44 +0000 |
commit | 45ccb491bcdceea0d19f6f23cf990e8d18a39ba7 (patch) | |
tree | e4919461e4c31ee15fa89d84ad0546b3d9c26690 /meta | |
parent | 3ca2ae1ea19a492df159252f2b49c950ac26dabb (diff) | |
download | poky-45ccb491bcdceea0d19f6f23cf990e8d18a39ba7.tar.gz |
systemd-compat-units: don't mask dbus, the recipe does this itself
(From OE-Core rev: a5436fa039d1e3153fb724a3fa59c5955995aa2d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = " \ | |||
16 | hwclock \ | 16 | hwclock \ |
17 | networking \ | 17 | networking \ |
18 | syslog.busybox \ | 18 | syslog.busybox \ |
19 | dbus-1 \ | ||
20 | " | 19 | " |
21 | 20 | ||
22 | pkg_postinst_${PN} () { | 21 | pkg_postinst_${PN} () { |