mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bluez: clean up dbus
we dont want dbus-daemon to try-start bluez/obexd. we have own service units. so this is pointless and just fails with an error in journal
This commit is contained in:
parent
8367c26ea3
commit
53aa6b3d98
@ -71,10 +71,10 @@ post_makeinstall_target() {
|
|||||||
rm -rf $INSTALL/usr/bin/bccmd
|
rm -rf $INSTALL/usr/bin/bccmd
|
||||||
rm -rf $INSTALL/usr/bin/bluemoon
|
rm -rf $INSTALL/usr/bin/bluemoon
|
||||||
rm -rf $INSTALL/usr/bin/ciptool
|
rm -rf $INSTALL/usr/bin/ciptool
|
||||||
|
rm -rf $INSTALL/usr/share/dbus-1
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
enable_service bluetooth.service
|
enable_service bluetooth.service
|
||||||
enable_service obex.service
|
enable_service obex.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ TimeoutStopSec=1s
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=bluetooth.target
|
WantedBy=bluetooth.target
|
||||||
Alias=dbus-org.bluez.service
|
|
||||||
|
@ -15,4 +15,3 @@ TimeoutStopSec=1s
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=bluetooth.target
|
WantedBy=bluetooth.target
|
||||||
Alias=dbus-org.bluez.obex.service
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user