summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman_0.75.bb
Commit message (Collapse)AuthorAgeFilesLines
* connman: update to 0.78Otavio Salvador2011-12-091-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* connman 0.75: bump PR for iptables library changeKoen Kooi2011-11-071-1/+1
| | | | | | | | | | | | | connmand[180]: /usr/sbin/connmand: error while loading shared libraries: libxtables.so.5: cannot open shared object file: No such file or directory $ dpkg-deb -c ipk/armv7a/iptables_1.4.12.1-r0_armv7a.ipk | grep libxtables -rwxr-xr-x root/root 35252 2011-11-01 20:16 ./usr/lib/libxtables.so.7.0.0 lrwxrwxrwx root/root 0 2011-11-01 20:16 ./usr/lib/libxtables.so.7 -> libxtables.so.7.0.0 (From OE-Core rev: 6c7b71d9a3e855760acacef6949665a305bac2c0) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Use useradd to add the xuser for DBusSaul Wold2011-11-021-1/+1
| | | | | | | | | | | | | | | | Connmand needs to start as the xuser as defined in the dbus configuration and needs to share this with rootless X. Since it's possible for connmand to run on a sytem without rootless X we still need to create the user here. Useradd will fail gracefully if the user already exists. Fixes: [YOCTO #1699] (From OE-Core rev: 8139ac9284031e00d6b268210b04b57670d9268a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: add xtables_version to fix xtables API changeDongxiao Xu2011-11-011-1/+2
| | | | | | | | | | | | | After upgrade iptables to a newer version, some of its API are changed. Therefore we add related fixes to the current connman. Currently we don't upgrade connman since kernel.org still doesn't work and we could not fetch the newer sources. (From OE-Core rev: 36ae6edda4d4169c88eb3d34a090f9cd82534630) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Drop hal dependency and udev configure option, neither is usedRichard Purdie2011-10-101-1/+0
| | | | | | (From OE-Core rev: d5be373b9d967a58d33e71e440daaaca6444987a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: use DISTRO_FEATURES to enable wifi and bluetoothAnders Darander2011-08-171-2/+2
| | | | | | | | | As wifi and bluetooth is set in DISTRO_FEATURES, connman should respect this during configuring. (From OE-Core rev: 869a1efee685d59c762b965b98ac9c247be68c29) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Package unpackaged .la fileRichard Purdie2011-07-071-1/+1
| | | | | | (From OE-Core rev: d0bae3ed1b9aead05a353ade871e71bf5b1c01b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Upgrade to version 0.75Dongxiao Xu2011-06-291-0/+29
Enable ofono plugin. Adopt some logic in meta-oe on connman plugin runtime dependency. Remove the fix-shutdown-ap-disconnect.patch since the original logic no longer exists. Add Upstream-Status information for patches. (From OE-Core rev: 7d24ef3454d2bcdf175c17206c8016bafe5e9372) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>