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"