summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.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/add_xuser_dbus_permission.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/add_xuser_dbus_permission.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch b/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch
deleted file mode 100644
index 787d49ba8..000000000
--- a/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Some platform (like atom-pc) enables rootless X,
-thus we need to add the xuser in the list.
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-diff -ruN connman-0.65-orig/src/connman-dbus.conf connman-0.65/src/connman-dbus.conf
---- connman-0.65-orig/src/connman-dbus.conf 2011-03-04 09:34:49.000000000 +0800
-+++ connman-0.65/src/connman-dbus.conf 2011-03-04 09:35:21.000000000 +0800
-@@ -7,6 +7,12 @@
- <allow send_interface="net.connman.Agent"/>
- <allow send_interface="net.connman.Counter"/>
- </policy>
-+ <policy user="xuser">
-+ <allow own="net.connman"/>
-+ <allow send_destination="net.connman"/>
-+ <allow send_interface="net.connman.Agent"/>
-+ <allow send_interface="net.connman.Counter"/>
-+ </policy>
- <policy at_console="true">
- <allow send_destination="net.connman"/>
- </policy>