diff mbox

[1/2] connman: fix missing dbus configuration files

Message ID 1444919707-29869-1-git-send-email-mike@mikebwilliams.com
State Accepted
Headers show

Commit Message

Mike Williams Oct. 15, 2015, 2:35 p.m. UTC
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>
---
 package/connman/connman.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Oct. 17, 2015, 2:31 p.m. UTC | #1
Dear Mike Williams,

On Thu, 15 Oct 2015 10:35:06 -0400, Mike Williams wrote:
> 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>
> ---
>  package/connman/connman.mk | 1 +
>  1 file changed, 1 insertion(+)

Both patches applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 87d81ce..3b14a80 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)			\