diff options
author | Anders Darander <anders@chargestorm.se> | 2014-01-15 08:31:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 12:25:21 +0000 |
commit | 97d7e8689ca83a13ea511c0b91bf80974b8750b0 (patch) | |
tree | d153c1db6fc2f0fe273aa5a2d5025cf262c09ae0 | |
parent | 21b45486611388d32ea75e90d04a71c0884edb7d (diff) | |
download | poky-97d7e8689ca83a13ea511c0b91bf80974b8750b0.tar.gz |
systemd-compat-units: remove dnsmasq from sysv disabled list
The dnsmasq recipe in meta-networking ships a dnsmasq.service file, that will
correctly override the SysV init script. Thus, as pointed out by Ross Burton,
we should remove dnsmasq from the list.
(From OE-Core rev: 69a8153c55bf74fa6178d6bd65ac8e761c041a0e)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e32ad791ec..d8cc3f7852 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
@@ -23,7 +23,6 @@ do_install() { | |||
23 | 23 | ||
24 | SYSTEMD_DISABLED_SYSV_SERVICES = " \ | 24 | SYSTEMD_DISABLED_SYSV_SERVICES = " \ |
25 | busybox-udhcpc \ | 25 | busybox-udhcpc \ |
26 | dnsmasq \ | ||
27 | hwclock \ | 26 | hwclock \ |
28 | networking \ | 27 | networking \ |
29 | syslog.busybox \ | 28 | syslog.busybox \ |