Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] connman: fix missing dbus configuration files
@ 2015-10-15 14:35 Mike Williams
  2015-10-15 14:35 ` [Buildroot] [PATCH 2/2] ofono: fix missing systemd and dbus files Mike Williams
  2015-10-17 14:31 ` [Buildroot] [PATCH 1/2] connman: fix missing dbus configuration files Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Williams @ 2015-10-15 14:35 UTC (permalink / raw)
  To: buildroot

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(+)

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)			\
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-17 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 14:35 [Buildroot] [PATCH 1/2] connman: fix missing dbus configuration files Mike Williams
2015-10-15 14:35 ` [Buildroot] [PATCH 2/2] ofono: fix missing systemd and dbus files Mike Williams
2015-10-17 14:31 ` [Buildroot] [PATCH 1/2] connman: fix missing dbus configuration files Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox