diff options
author | Bruno Randolf <br1@einfach.org> | 2019-10-11 10:55:28 +0100 |
---|---|---|
committer | Bruno Randolf <br1@einfach.org> | 2019-10-16 08:49:23 +0100 |
commit | c1421f56f3ae389824306f7ccc1d3210c6b3f63d (patch) | |
tree | 594466bed86d3435c9b7a6ad6eccc2ec63ed1d05 /utils/bluez/patches/203-obexd_without_systemd.patch | |
parent | efe84a67107616016516772e6c758252059288d2 (diff) |
bluez: Update to version 5.51
Signed-off-by: Bruno Randolf <br1@einfach.org>
Diffstat (limited to 'utils/bluez/patches/203-obexd_without_systemd.patch')
-rw-r--r-- | utils/bluez/patches/203-obexd_without_systemd.patch | 18 |
1 files changed, 12 insertions, 6 deletions
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 |