mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bluez: add and install obexd dbus service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
45b52c5bd2
commit
a714fda005
5
packages/network/bluez/config/org.bluez.obex.service
Normal file
5
packages/network/bluez/config/org.bluez.obex.service
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[D-BUS Service]
|
||||||
|
Name=org.bluez.obex
|
||||||
|
Exec=/usr/lib/bluetooth/obexd
|
||||||
|
User=root
|
||||||
|
|
@ -70,3 +70,7 @@ pre_configure_target() {
|
|||||||
rm -rf .$TARGET_NAME
|
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
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user