mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
7bed86b001
commit
7f237f0631
@ -16,7 +16,10 @@ OFONO_DEPENDENCIES = \
|
|||||||
libcap-ng \
|
libcap-ng \
|
||||||
mobile-broadband-provider-info
|
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
|
# N.B. Qualcomm QMI modem support requires O_CLOEXEC; so
|
||||||
# make sure that it is defined.
|
# make sure that it is defined.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user