mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bluez: update to bluez-5.29
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
933b2dbb3b
commit
c899f74e84
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="bluez"
|
PKG_NAME="bluez"
|
||||||
PKG_VERSION="5.27"
|
PKG_VERSION="5.29"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -Naur bluez-5.16/src/bluetooth.conf bluez-5.16.patch/src/bluetooth.conf
|
diff -Naur bluez-5.29/src/bluetooth.conf bluez-5.29.patch/src/bluetooth.conf
|
||||||
--- bluez-5.16/src/bluetooth.conf 2014-03-11 12:20:34.000000000 +0100
|
--- bluez-5.29/src/bluetooth.conf 2015-03-11 11:01:57.000000000 +0100
|
||||||
+++ bluez-5.16.patch/src/bluetooth.conf 2014-03-11 23:52:02.765733038 +0100
|
+++ bluez-5.29.patch/src/bluetooth.conf 2015-03-31 12:02:20.128341381 +0200
|
||||||
@@ -19,20 +19,36 @@
|
@@ -22,20 +22,37 @@
|
||||||
<allow send_interface="org.bluez.HeartRateWatcher1"/>
|
<allow send_interface="org.bluez.GattDescriptor1"/>
|
||||||
<allow send_interface="org.bluez.CyclingSpeedWatcher1"/>
|
|
||||||
<allow send_interface="org.freedesktop.DBus.ObjectManager"/>
|
<allow send_interface="org.freedesktop.DBus.ObjectManager"/>
|
||||||
|
<allow send_interface="org.freedesktop.DBus.Properties"/>
|
||||||
+
|
+
|
||||||
+ <allow own="org.bluez.obex"/>
|
+ <allow own="org.bluez.obex"/>
|
||||||
+ <allow send_destination="org.bluez.obex"/>
|
+ <allow send_destination="org.bluez.obex"/>
|
||||||
@ -20,6 +20,7 @@ diff -Naur bluez-5.16/src/bluetooth.conf bluez-5.16.patch/src/bluetooth.conf
|
|||||||
+ <allow send_interface="org.bluez.obex.Message1"/>
|
+ <allow send_interface="org.bluez.obex.Message1"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
|
+
|
||||||
<policy at_console="true">
|
<policy at_console="true">
|
||||||
<allow send_destination="org.bluez"/>
|
<allow send_destination="org.bluez"/>
|
||||||
+ <allow send_destination="org.bluez.obex"/>
|
+ <allow send_destination="org.bluez.obex"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user