summaryrefslogtreecommitdiffstats
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:34 +0000
commit1288313411f8db7628e9ec4c04f2ad7f830e994d (patch)
treeee02883e5c6dfde0d8447e40592aafb850a8b743 /meta/recipes-connectivity/connman/connman_0.78.bb
parent9ebdfb081fd9d95abc4302b77d4f9ea42e395f0e (diff)
downloadpoky-1288313411f8db7628e9ec4c04f2ad7f830e994d.tar.gz
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. (From OE-Core rev: 4215b2fb04b3ed61e8e1cf0847639cf6fe31d337) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 0000000000..cc23c2871f
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman_0.78.bb
@@ -0,0 +1,10 @@
1require connman.inc
2
3PR = "r1"
4
5# 0.78 tag
6SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
7SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
8 file://add_xuser_dbus_permission.patch \
9 file://connman"
10S = "${WORKDIR}/git"