From bfdd5e5bfe7746c2819826f6afaff0003cf03e17 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 26 Sep 2017 18:54:04 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-support/dnsmasq/dnsmasq_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-digi-dey/recipes-support/dnsmasq/dnsmasq_%.bbappend diff --git a/meta-digi-dey/recipes-support/dnsmasq/dnsmasq_%.bbappend b/meta-digi-dey/recipes-support/dnsmasq/dnsmasq_%.bbappend new file mode 100644 index 000000000..10804155e --- /dev/null +++ b/meta-digi-dey/recipes-support/dnsmasq/dnsmasq_%.bbappend @@ -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"