bluez: add and install obexd dbus service file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-30 09:06:42 +02:00
parent 45b52c5bd2
commit a714fda005
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[D-BUS Service]
Name=org.bluez.obex
Exec=/usr/lib/bluetooth/obexd
User=root

View File

@ -70,3 +70,7 @@ pre_configure_target() {
rm -rf .$TARGET_NAME
}
post_makeinstall_target() {
mkdir -p $INSTALL/usr/share/dbus-1/services
cp $PKG_DIR/config/org.bluez.obex.service $INSTALL/usr/share/dbus-1/services
}