summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-06-28 15:58:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 14:46:54 +0100
commit53de954ae433326d09f4cdcfd63d8241ba935980 (patch)
tree5a88e777bca060c1d7292bcf63859cb309a41ea5 /meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
parent6873c1adea0dee712e2636da9e90bc755a6b4097 (diff)
downloadpoky-53de954ae433326d09f4cdcfd63d8241ba935980.tar.gz
connman: Upgrade to version 0.75
Enable ofono plugin. Adopt some logic in meta-oe on connman plugin runtime dependency. Remove the fix-shutdown-ap-disconnect.patch since the original logic no longer exists. Add Upstream-Status information for patches. (From OE-Core rev: 7d24ef3454d2bcdf175c17206c8016bafe5e9372) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
new file mode 100644
index 0000000000..c331654de8
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: git/src/connman-dbus.conf
4===================================================================
5--- git.orig/src/connman-dbus.conf 2009-05-26 00:34:35.000000000 +0100
6+++ git/src/connman-dbus.conf 2009-05-26 00:34:48.000000000 +0100
7@@ -10,6 +10,6 @@
8 <allow send_destination="org.moblin.connman"/>
9 </policy>
10 <policy context="default">
11- <deny send_destination="org.moblin.connman"/>
12+ <allow send_destination="org.moblin.connman"/>
13 </policy>
14 </busconfig>