summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r--meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch14
-rw-r--r--meta/recipes-connectivity/connman/connman_git.bb11
2 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
deleted file mode 100644
index c331654de8..0000000000
--- a/meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch
+++ /dev/null
@@ -1,14 +0,0 @@
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>
diff --git a/meta/recipes-connectivity/connman/connman_git.bb b/meta/recipes-connectivity/connman/connman_git.bb
deleted file mode 100644
index 54ac4a5fdf..0000000000
--- a/meta/recipes-connectivity/connman/connman_git.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require connman.inc
2
3SRCREV = "36e877dece72577a3ae6197eafd505d0e6e0c1d2"
4PV = "0.47+git${SRCPV}"
5PR = "r17"
6S = "${WORKDIR}/git"
7
8SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
9 file://dbusperms.patch \
10 file://connman "
11