summaryrefslogtreecommitdiff
path: root/package/ofono
diff options
context:
space:
mode:
authorMike Williams <mike@mikebwilliams.com>2015-10-15 10:35:07 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-17 16:31:07 +0200
commit7f237f06319dc1716aec620774e4106c53bce44b (patch)
treea1ccf8ce3b0bdfff6e81f72e6da412ca2cf23193 /package/ofono
parent7bed86b001967b29285fb462611455ef47fe70b9 (diff)
ofono: fix missing systemd and dbus files
Ofono's service file was not being installed when systemd was selected as the init system. Without ofono.conf in /etc/dbus-1/system.d, ofonod cannot take its dbus name on the 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>
Diffstat (limited to 'package/ofono')
-rw-r--r--package/ofono/ofono.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/ofono/ofono.mk b/package/ofono/ofono.mk
index f1a63e2be..789975046 100644
--- a/package/ofono/ofono.mk
+++ b/package/ofono/ofono.mk
@@ -16,7 +16,10 @@ OFONO_DEPENDENCIES = \
libcap-ng \
mobile-broadband-provider-info
-OFONO_CONF_OPTS = --disable-test
+OFONO_CONF_OPTS = \
+ --disable-test \
+ --with-dbusconfdir=/etc \
+ $(if $(BR2_INIT_SYSTEMD),--with-systemdunitdir=/usr/lib/systemd/system)
# N.B. Qualcomm QMI modem support requires O_CLOEXEC; so
# make sure that it is defined.