bluez: update to bluez-5.16

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-03-12 00:04:54 +01:00
parent fab557e1bc
commit 10b90c5c60
2 changed files with 6 additions and 19 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="bluez" PKG_NAME="bluez"
PKG_VERSION="5.15" PKG_VERSION="5.16"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -1,20 +1,10 @@
From ef19c237a2578bd78cd75b4be636207c06e34c11 Mon Sep 17 00:00:00 2001 diff -Naur bluez-5.16/src/bluetooth.conf bluez-5.16.patch/src/bluetooth.conf
From: Stefan Saraev <stefan@saraev.ca> --- bluez-5.16/src/bluetooth.conf 2014-03-11 12:20:34.000000000 +0100
Date: Tue, 6 Aug 2013 12:35:27 +0300 +++ bluez-5.16.patch/src/bluetooth.conf 2014-03-11 23:52:02.765733038 +0100
Subject: [PATCH] add obexd policy @@ -19,20 +19,36 @@
---
src/bluetooth.conf | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 0495200..38020d7 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -18,20 +18,36 @@
<allow send_interface="org.bluez.Profile1"/>
<allow send_interface="org.bluez.HeartRateWatcher1"/> <allow send_interface="org.bluez.HeartRateWatcher1"/>
<allow send_interface="org.bluez.CyclingSpeedWatcher1"/> <allow send_interface="org.bluez.CyclingSpeedWatcher1"/>
<allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+ +
+ <allow own="org.bluez.obex"/> + <allow own="org.bluez.obex"/>
+ <allow send_destination="org.bluez.obex"/> + <allow send_destination="org.bluez.obex"/>
@ -48,6 +38,3 @@ index 0495200..38020d7 100644
</policy> </policy>
</busconfig> </busconfig>
--
1.7.2.5