summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-23 15:06:24 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:51 -0800
commita5de5a7dfeecbccef1cfb8f6221a494b946ed982 (patch)
treebe8f877463cf6af2bc419dfbc7286a7d3ce10e36 /meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch
parent8399ca4d708101f594025ddab2fa89cab5e56c51 (diff)
downloadopenembedded-core-a5de5a7dfeecbccef1cfb8f6221a494b946ed982.tar.gz
openembedded-core-a5de5a7dfeecbccef1cfb8f6221a494b946ed982.tar.bz2
openembedded-core-a5de5a7dfeecbccef1cfb8f6221a494b946ed982.tar.xz
openembedded-core-a5de5a7dfeecbccef1cfb8f6221a494b946ed982.zip
connman: Upgrade to version 0.63
Add build dependency iptables. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch
deleted file mode 100644
index 100af0367..000000000
--- a/meta/recipes-connectivity/connman/connman-0.56/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>