diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-09 14:31:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-09 17:46:25 +0000 |
commit | 1383b18041f2fb988651f7b53ed126e01f5e2797 (patch) | |
tree | 1e5e52c857bb80d8d1cf50c6dd7252f5feeb248a /meta/recipes-connectivity/connman | |
parent | 326ef69d1296cd35a86d1eaee0741e6fc956af52 (diff) | |
download | openembedded-core-1383b18041f2fb988651f7b53ed126e01f5e2797.tar.gz openembedded-core-1383b18041f2fb988651f7b53ed126e01f5e2797.tar.bz2 openembedded-core-1383b18041f2fb988651f7b53ed126e01f5e2797.zip |
connman: drop git version
This was clearly unused as dbusperms.patch cannot be fetched by this
recipe and noone noticed the build failures caused by it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-0.75/dbusperms.patch | 14 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_git.bb | 11 |
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 @@ -Upstream-Status: Inappropriate [configuration] - -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> 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 @@ -require connman.inc - -SRCREV = "36e877dece72577a3ae6197eafd505d0e6e0c1d2" -PV = "0.47+git${SRCPV}" -PR = "r17" -S = "${WORKDIR}/git" - -SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \ - file://dbusperms.patch \ - file://connman " - |