dnsmasq: configure package to be used by NetworkManager

NM launches 'dnsmasq' using DBus, so enable DBus support at compile
time. Also remove the symlinks in the different runlevels, so it's not
launched by the included bootscript.

https://jira.digi.com/browse/DEL-4787

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-09-26 18:54:04 +02:00
parent 84b38d75b1
commit bfdd5e5bfe
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Copyright (C) 2017, Digi International Inc.
# Enable DBUS support so it can be used from NetworkManager
PACKAGECONFIG_append = " dbus"
# NetworkManager will launch 'dnsmasq' using DBUS, so disable the creation
# of runlevel's symlinks.
INHIBIT_UPDATERCD_BBCLASS = "1"