From a090c556c59abb4c3b908428f8e6af20cb5b60e7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 13 Feb 2015 01:57:36 +0100 Subject: [PATCH] systemd-compat-units: No reason to mask out dnsmasq dnsmasq installts a dnsmasq.service and it shouldn't be masked by default! --- recipes-fixes/systemd/systemd-compat-units_sysmocom.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc b/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc index 3f4a08a..e7aad92 100644 --- a/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc +++ b/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc @@ -1,7 +1,7 @@ -PRINC="2" +PRINC="3" # We need networking to run as we have no native services yet -SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking" +SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking dnsmasq" S_THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${S_THISDIR}/${PN}"], d)}:"