summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/connman
Commit message (Collapse)AuthorAgeFilesLines
* connman: move systemd support to meta-systemdAndreas Müller2012-07-161-6/+0
|
* connman: update bbappend to match oe-coreKoen Kooi2012-06-241-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: follow oe-core to 0.79Andreas Müller2012-03-131-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-7/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: convert to bbappend as 0.78 has been moved to OE-CoreOtavio Salvador2011-12-124-173/+13
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.78Otavio Salvador2011-12-081-7/+6
| | | | | | | | We moved to GIT repository as the tarball releases are not available since kernel.org compromise. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: bump PR due systemd.bbclass fixesOtavio Salvador2011-11-081-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: refactor systemd packagingOtavio Salvador2011-11-042-20/+6
| | | | | | | | This changes the recipe to use systemd.bbclass to avoid duplicating code and also fix the rdepends of connman-systemd on connman. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: bump PR for iptables changeKoen Kooi2011-11-031-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 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: drop initscript file used by SHRMartin Jansa2011-09-171-42/+0
| | | | | | * moved to meta-shr Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: fix typo with -test packageAnders Darander2011-08-312-1/+2
| | | | | | | The typo prohibited the connman-tests package from being populated. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.77Koen Kooi2011-08-261-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: conditionally enable wifi and bluetoothAnders Darander2011-08-172-3/+6
| | | | | | | Use DISTRO_FEATURES to conditionally depend and enable wifi and bluetooth. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: remove if_alg.h test from configureMartin Jansa2011-07-211-1/+3
| | | | | | * we're not building alg-test and if_alg.h needs newer linux-libc-headers than many distributions prefer now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: update to 0.76Koen Kooi2011-07-203-19/+4
| | | | | | The libnl patch isn't needed anymore, the wifi-scan util is gone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.75Koen Kooi2011-07-132-8/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman 0.74: enable ntp pluginKoen Kooi2011-06-082-5/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.74Koen Kooi2011-06-021-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: enable service when using systemdKoen Kooi2011-06-022-2/+22
| | | | | | and split out systemd files as a subpackage Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix systemd packagingKoen Kooi2011-05-302-2/+2
| | | | | | connman uses a slightly different configure option to enable systemd Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: add gnutls to depends and move iptables dependency also to .inc fileMartin Jansa2011-05-272-3/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix systemd packagingKoen Kooi2011-05-272-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: drop older 0.72Martin Jansa2011-05-101-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: add recipe for the latest released version 0.73Simon Busch2011-05-102-0/+36
| | | | | | * MJ merged connman.inc changes from oe.dev with it Signed-off-by: Simon Busch <morphis@gravedo.de>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-105-0/+207
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)