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:
Stefan Saraev 2014-02-22 19:47:00 +02:00
parent 8367c26ea3
commit 53aa6b3d98
3 changed files with 1 additions and 3 deletions

View File

@ -71,10 +71,10 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/bccmd
rm -rf $INSTALL/usr/bin/bluemoon
rm -rf $INSTALL/usr/bin/ciptool
rm -rf $INSTALL/usr/share/dbus-1
}
post_install() {
enable_service bluetooth.service
enable_service obex.service
}

View File

@ -15,4 +15,3 @@ TimeoutStopSec=1s
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service

View File

@ -15,4 +15,3 @@ TimeoutStopSec=1s
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.obex.service