summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman_0.78.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-08 18:30:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-09 17:46:25 +0000
commit4215b2fb04b3ed61e8e1cf0847639cf6fe31d337 (patch)
tree33f5a233a644c48c2b649f03d02db869d3ec523d /meta/recipes-connectivity/connman/connman_0.78.bb
parent154b76a5103a09ab3acd26c428c9ebb21f99fe8f (diff)
downloadopenembedded-core-4215b2fb04b3ed61e8e1cf0847639cf6fe31d337.tar.gz
openembedded-core-4215b2fb04b3ed61e8e1cf0847639cf6fe31d337.tar.bz2
openembedded-core-4215b2fb04b3ed61e8e1cf0847639cf6fe31d337.tar.xz
openembedded-core-4215b2fb04b3ed61e8e1cf0847639cf6fe31d337.zip
connman: update to 0.78
Updates the package to 0.78 bringing changes done on meta-oe and extra cleanups as: * xtables_version.patch: removed as it has been merged upstream * use sed to fix dbus access policy * remove build depends on dhclient as connman has an internal client now * make wifi and bluetooth building optional * add ppp in depends that is used by some plugins * add ntp in depends and enable ntp plugin * package tools * enable fake plugin This uses PR as "r1" since it was previously available on meta-oe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_0.78.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_0.78.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.78.bb b/meta/recipes-connectivity/connman/connman_0.78.bb
new file mode 100644
index 000000000..cc23c2871
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman_0.78.bb
@@ -0,0 +1,10 @@
+require connman.inc
+
+PR = "r1"
+
+# 0.78 tag
+SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
+SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
+ file://add_xuser_dbus_permission.patch \
+ file://connman"
+S = "${WORKDIR}/git"