summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Williams <mike@mikebwilliams.com>2015-10-15 10:35:06 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-17 16:30:30 +0200
commit7bed86b001967b29285fb462611455ef47fe70b9 (patch)
tree49f15826f065fa0e1bcc9877ea051eee94728297
parent632df1de3095943bb57b52b6582341c6482571f7 (diff)
downloadbuildroot-7bed86b001967b29285fb462611455ef47fe70b9.tar.gz
buildroot-7bed86b001967b29285fb462611455ef47fe70b9.zip
connman: fix missing dbus configuration files
Without connman.conf in /etc/dbus-1/system.d/, connmand cannot take its name on the dbus system bus and will fail to start with a permission denied error. Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/connman/connman.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 87d81ce400..3b14a80767 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -12,6 +12,7 @@ CONNMAN_INSTALL_STAGING = YES
CONNMAN_LICENSE = GPLv2
CONNMAN_LICENSE_FILES = COPYING
CONNMAN_CONF_OPTS += \
+ --with-dbusconfdir=/etc \
$(if $(BR2_PACKAGE_CONNMAN_DEBUG),--enable-debug,--disable-debug) \
$(if $(BR2_PACKAGE_CONNMAN_ETHERNET),--enable-ethernet,--disable-ethernet) \
$(if $(BR2_PACKAGE_CONNMAN_WIFI),--enable-wifi,--disable-wifi) \
OpenPOWER on IntegriCloud