summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman-0.65/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:44:26 +0100
commit7d24ef3454d2bcdf175c17206c8016bafe5e9372 (patch)
treede0e349e603b229da57aa60700730262a93e2392 /meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch
parent8c29862d932176a94686372414d2e05f3a6728d3 (diff)
downloadopenembedded-core-7d24ef3454d2bcdf175c17206c8016bafe5e9372.tar.gz
openembedded-core-7d24ef3454d2bcdf175c17206c8016bafe5e9372.tar.bz2
openembedded-core-7d24ef3454d2bcdf175c17206c8016bafe5e9372.tar.xz
openembedded-core-7d24ef3454d2bcdf175c17206c8016bafe5e9372.zip
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. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch
deleted file mode 100644
index 100af0367..000000000
--- a/meta/recipes-connectivity/connman/connman-0.65/dbusperms.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: git/src/connman-dbus.conf
-===================================================================
---- git.orig/src/connman-dbus.conf 2009-05-26 00:34:35.000000000 +0100
-+++ git/src/connman-dbus.conf 2009-05-26 00:34:48.000000000 +0100
-@@ -10,6 +10,6 @@
- <allow send_destination="org.moblin.connman"/>
- </policy>
- <policy context="default">
-- <deny send_destination="org.moblin.connman"/>
-+ <allow send_destination="org.moblin.connman"/>
- </policy>
- </busconfig>