summaryrefslogtreecommitdiff
path: root/user/bluez/mesh-without-systemd.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-27 17:54:58 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-27 17:55:16 +0000
commit703c2222fc2d9ad94a23668b5c6328b02f1560dc (patch)
treeb239ff7bfee45c7c66590f018199e34d6104a6e7 /user/bluez/mesh-without-systemd.patch
parent15f770e3558fdcfca24ea50d66bd95e41c9d3f2b (diff)
downloadpackages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.gz
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.bz2
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.tar.xz
packages-703c2222fc2d9ad94a23668b5c6328b02f1560dc.zip
user/bluez: Make more things work without systemd
Diffstat (limited to 'user/bluez/mesh-without-systemd.patch')
-rw-r--r--user/bluez/mesh-without-systemd.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/user/bluez/mesh-without-systemd.patch b/user/bluez/mesh-without-systemd.patch
new file mode 100644
index 000000000..2cf6f7344
--- /dev/null
+++ b/user/bluez/mesh-without-systemd.patch
@@ -0,0 +1,29 @@
+From 32a425c3f9b42a55824c044a6b486c9c12e65a65 Mon Sep 17 00:00:00 2001
+From: Doan Tran Cong Danh <congdanhqx@gmail.com>
+Date: Thu, 3 Oct 2019 12:58:18 +0700
+Subject: [PATCH 3/9] allow mesh on non-systemd system
+
+---
+ Makefile.mesh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.mesh b/Makefile.mesh
+index 90979cbc0..9e6e2c2ca 100644
+--- a/Makefile.mesh
++++ b/Makefile.mesh
+@@ -2,11 +2,11 @@ if MESH
+
+ if DATAFILES
+ dbus_DATA += mesh/bluetooth-mesh.conf
++dbussystembus_DATA += mesh/org.bluez.mesh.service
+ endif
+
+ if SYSTEMD
+ systemdsystemunit_DATA += mesh/bluetooth-mesh.service
+-dbussystembus_DATA += mesh/org.bluez.mesh.service
+ endif
+
+ mesh_sources = mesh/mesh.h mesh/mesh.c \
+--
+2.23.0
+