From c1421f56f3ae389824306f7ccc1d3210c6b3f63d Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Fri, 11 Oct 2019 10:55:28 +0100 Subject: bluez: Update to version 5.51 Signed-off-by: Bruno Randolf --- utils/bluez/patches/203-obexd_without_systemd.patch | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'utils/bluez/patches/203-obexd_without_systemd.patch') diff --git a/utils/bluez/patches/203-obexd_without_systemd.patch b/utils/bluez/patches/203-obexd_without_systemd.patch index 7ed295168..9e3761f92 100644 --- a/utils/bluez/patches/203-obexd_without_systemd.patch +++ b/utils/bluez/patches/203-obexd_without_systemd.patch @@ -16,15 +16,17 @@ directly, and to do so it needs the full path of the daemon. delete mode 100644 obexd/src/org.bluez.obex.service create mode 100644 obexd/src/org.bluez.obex.service.in ---- a/Makefile.obexd -+++ b/Makefile.obexd +Index: bluez-5.51/Makefile.obexd +=================================================================== +--- bluez-5.51.orig/Makefile.obexd ++++ bluez-5.51/Makefile.obexd @@ -1,12 +1,12 @@ if SYSTEMD - systemduserunitdir = @SYSTEMD_USERUNITDIR@ + systemduserunitdir = $(SYSTEMD_USERUNITDIR) systemduserunit_DATA = obexd/src/obex.service +endif - dbussessionbusdir = @DBUS_SESSIONBUSDIR@ + dbussessionbusdir = $(DBUS_SESSIONBUSDIR) dbussessionbus_DATA = obexd/src/org.bluez.obex.service -endif @@ -33,15 +35,19 @@ directly, and to do so it needs the full path of the daemon. if OBEX ---- a/obexd/src/org.bluez.obex.service +Index: bluez-5.51/obexd/src/org.bluez.obex.service +=================================================================== +--- bluez-5.51.orig/obexd/src/org.bluez.obex.service +++ /dev/null @@ -1,4 +0,0 @@ -[D-BUS Service] -Name=org.bluez.obex -Exec=/bin/false -SystemdService=dbus-org.bluez.obex.service +Index: bluez-5.51/obexd/src/org.bluez.obex.service.in +=================================================================== --- /dev/null -+++ b/obexd/src/org.bluez.obex.service.in ++++ bluez-5.51/obexd/src/org.bluez.obex.service.in @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.bluez.obex -- cgit v1.2.3