summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* openssl: remove in favor of oe-coreSaul Wold2011-12-0127-6069/+0
| | | | | | | OE-Core now supports 1.0.0e, so we can remove this version Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone git: update to pull in prefix fixKoen Kooi2011-12-011-6/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: fix build breakage with top-level git reposKoen Kooi2011-11-292-1/+49
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wpa-supplicant_0.7.3.bbappend: bump PR to force rebuild against libnl-3Andreas Müller2011-11-291-0/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: bump PR to force rebuild with libnl 3.23Andreas Müller2011-11-291-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: update to 3.2Andreas Müller2011-11-292-37/+4
| | | | | | | to prepare support for libnl-3 we need to update iw. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* loudmouth: add 1.4.3Koen Kooi2011-11-212-0/+40
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: convert to allarch, it's pure python + jsKoen Kooi2011-11-201-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: update to latest SRCREV for performance improvementsKoen Kooi2011-11-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: update to 3.3.1 to match kernel and FPGA firmwareKoen Kooi2011-11-192-11/+13
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd-firmware: update to 3.3.1Koen Kooi2011-11-192-14/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager 0.9.2.0: add patch to fix dhcp version detectionKoen Kooi2011-11-172-0/+35
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.2Andreas Müller2011-11-152-2/+2
| | | | | | | | | | | | for bad and sometimes vala-dirty people [1] we keep overwriting of waf since midori still installs waf 1.5.19 (checked by bitbake -cunpack midori && <midori-workdir>/waf --version). [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/035995.html Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: update to latest SRCREV, add missing python modulesKoen Kooi2011-11-151-2/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: update SRCREV to drag in the http redirect optionKoen Kooi2011-11-131-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: bump SRCREV to latest gitKoen Kooi2011-11-111-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add missing filesKoen Kooi2011-11-112-0/+20
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: update to 0.9.2.0Koen Kooi2011-11-111-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add avahi and systemd supportKoen Kooi2011-11-101-5/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: bump PR to fix licenseMartin Jansa2011-11-102-2/+2
| | | | | | | * see http://patchwork.openembedded.org/patch/14217/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: make it workKoen Kooi2011-11-091-3/+11
| | | | 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>
* dhcp: add system support to dhcp-serverOtavio Salvador2011-11-072-0/+31
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: add ca-certificates to RRECOMMENDS_${PN}Andreas Müller2011-11-072-2/+2
| | | | | | | fix WARNING **: No root certificate file is available. SSL certificates cannot be verified. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> 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>
* gateone: add git versionKoen Kooi2011-11-021-0/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: fix build with dirty valaMartin Jansa2011-11-012-0/+8
| | | | | | | | | | | | | | | * there is only one line added to default waf file in unpack_wafdir() just before last chdir and return because those files are downloaded and cannot be patched in normal way os.system("sed -i \"s/version=output.split/version=output.replace('-dirty','').split/g\" wafadmin/Tools/vala.py") * It fails to parse version like this /OE/shr-core/tmp/sysroots/x86_64-linux/usr/bin/valac --version Vala 0.12.1-dirty reporting 0.0.0 instead which breaks configure Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wget: drop from meta-oe, it's in oe-core nowKoen Kooi2011-10-312-32/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* soft66 git: import from OE classicKoen Kooi2011-10-241-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmicrohttpd 0.4.6: import from OE classicKoen Kooi2011-10-241-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: disable parallel installOtavio Salvador2011-10-181-1/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.1Andreas Müller2011-10-104-71/+10
| | | | | | | | | | | minor cleanups: * remove r0 * pack all files Run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: Fix build with gold linkerKhem Raj2011-10-072-9/+27
| | | | | | | | | | There was a missing version script for one of the apps that was being flagged by gold. So we add appropriate openssl.ld for engines/ccgost Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman Khimov <khimov@altell.ru> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: added RRECOMMENDS glib-networkingAndreas Müller2011-10-011-0/+2
| | | | | | | | | When trying to open https://.. midori complains with: TLS/SSL support not available; install glib-networking Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / ↵Andreas Müller2011-10-016-49/+73
| | | | | | | | | | | | minor cleanup * LDFLAGS_append was suggested by Bernhard Guillon [1] * run tested on overo [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034748.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl 1.0.0e: fix up link patch and make 1.0.0e the default opensslKoen Kooi2011-09-222-12/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fixup the openssl-fix-link patchlumag2011-09-222-10/+14
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* modemmanager: add 0.5Koen Kooi2011-09-191-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rfkill 0.4: import from OE .devKoen Kooi2011-09-192-0/+48
|
* networkmanager: add 0.9.0Koen Kooi2011-09-192-0/+285
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "openssl: fixup the openssl-fix-link patch"Koen Kooi2011-09-172-10/+6
| | | | | | openssl-fix-link.patch fails to apply This reverts commit 3f546ada2c5baeea4d0fe6d4dd73797cdefa73da.
* 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>
* openssl: fixup the openssl-fix-link patchlumag2011-09-172-6/+10
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: Upgrade 1.0.0d -> 1.0.0eKhem Raj2011-09-1418-4/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fully fix parallel buildslumag2011-09-063-3/+21
| | | | | | | | Add a patch from oe-core to fix parallel builds in openssl 0.9.8m. Then drop PARALLEL_MAKE settings in both of recipes. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fix parallel buildslumag2011-09-042-1/+24
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori 0.2.9: deleteKoen Kooi2011-09-011-6/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>