diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-21 15:55:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:34 +0000 |
commit | 24fc116ea5bfcef66405488e5eaf08e84207f6f8 (patch) | |
tree | cf127d1cb13aeb90976e43fa999288fbc49892a1 /meta/recipes-connectivity/connman/connman.inc | |
parent | 2eacc8715e7365061dc8a3bdad11cabe56dc2ba7 (diff) | |
download | poky-24fc116ea5bfcef66405488e5eaf08e84207f6f8.tar.gz |
connman: upgrade to 1.21
This is mainly a bug fix release.
- gtk-doc infrastructure has been removed
starting with connman 1.21; as such, support
for it has been removed from the recipe;
- Updated bug tracker site;
- Cosmetic cleanup;
(From OE-Core rev: dd3d82b54fa9f13527064fe7b9d541926c6b13f2)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index f2c42fcd19..84d8d1d200 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -8,7 +8,7 @@ to support all kinds of wired or wireless technologies. Also, \ | |||
8 | configuration methods, like DHCP and domain name resolving, are \ | 8 | configuration methods, like DHCP and domain name resolving, are \ |
9 | implemented using plug-ins." | 9 | implemented using plug-ins." |
10 | HOMEPAGE = "http://connman.net/" | 10 | HOMEPAGE = "http://connman.net/" |
11 | BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman" | 11 | BUGTRACKER = "https://01.org/jira/browse/CM" |
12 | LICENSE = "GPLv2" | 12 | LICENSE = "GPLv2" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ |
14 | file://src/main.c;beginline=1;endline=20;md5=d6a1ac98a6791c5294e8a7f176ecd66d" | 14 | file://src/main.c;beginline=1;endline=20;md5=d6a1ac98a6791c5294e8a7f176ecd66d" |
@@ -66,13 +66,10 @@ SYSTEMD_SERVICE_${PN} = "connman.service" | |||
66 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" | 66 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" |
67 | SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup" | 67 | SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup" |
68 | 68 | ||
69 | UNKNOWN_CONFIGURE_WHITELIST += "--disable-gtk-doc-pdf --disable-gtk-doc-html" | 69 | inherit autotools pkgconfig systemd update-rc.d |
70 | |||
71 | inherit autotools gtk-doc pkgconfig systemd update-rc.d | ||
72 | 70 | ||
73 | do_configure_append () { | 71 | do_configure_append () { |
74 | sed -i "s#ExecStart=#${SYSTEMD_WIRED_SETUP}\nExecStart=#" ${S}/src/connman.service | 72 | sed -i "s#ExecStart=#${SYSTEMD_WIRED_SETUP}\nExecStart=#" ${S}/src/connman.service |
75 | |||
76 | } | 73 | } |
77 | 74 | ||
78 | # This allows *everyone* to access ConnMan over DBus, without any access | 75 | # This allows *everyone* to access ConnMan over DBus, without any access |