summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* vsftpd: add new packageEric BENARD2012-02-225-0/+256
| | | | | | | | | - imported 2.0.5 from oe-classic - upgrade to 2.3.5 which is latest stable - tested on ARMv5 with Angstrom Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: disable gtk3Martin Jansa2012-02-222-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * waf configure/waf build always hangs when gtk3 was built before midori * usually it's on this line: | Checking for program glib-genmarshal : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-genmarshal | Checking for program glib-mkenums : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-mkenums | Checking for program msgfmt : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/msgfmt | Checking for program intltool-merge : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/intltool-merge | Checking for header locale.h : but I guess, that's it's because glib-genmarshal or glib-mkenums, because if I finish do_configure somehow manually then waf build hangs as soon as it starts glib_genmarshal (or seemingly a bit later if there is more processes) | Waf: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/midori/midori-0.4.3-r0/midori-0.4.3/_build_' | [ 1/121] glib_genmarshal: midori/marshal.list -> _build_/default/midori/marshal.h _build_/default/midori/marshal.c | [ 2/121] valac: katze/midori-uri.vala midori/midori-extensions-column.vala -> _build_/default/katze/midori-uri.c _build_/default/midori/midori-core.h _build_/default/midori/midori-core.vapi _build_/default/midori/midori-core.deps _build_/default/midori/midori-extensions-column.c _build_/default/midori/midori-core.h _build_/default/midori/midori-core.vapi _build_/default/midori/midori-core.deps | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path' | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path' | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path' | ../katze/midori-uri.vala:134.34-134.49: warning: use of possibly unassigned parameter `label' | ../katze/midori-uri.vala:134.13-134.31: warning: use of possibly unassigned parameter `checksum' | Waf: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/midori/midori-0.4.3-r0/midori-0.4.3/_build_' | Build failed: -> task failed (err #-15): | {task: glib_genmarshal marshal.list -> marshal.h,marshal.c} * I was able to reproduce this 100%, I know that before it also hanged from time to time in waf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dhcp: use PRINCOtavio Salvador2012-02-061-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* obexd: update to 0.44 and put obex-client into separate package.Peter Tworek2012-02-012-14/+17
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add missing dependencyKoen Kooi2012-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | root@beagleboneA3-0457:~# systemctl status gateone.service gateone.service - GateOne daemon Loaded: loaded (/lib/systemd/system/gateone.service; enabled) Active: failed since Tue, 24 Jan 2012 19:44:10 +0000; 1h 2min ago Process: 102 ExecStart=/usr/bin/python gateone.py (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/gateone.service Jan 24 19:44:10 beagleboneA3-0457 python[102]: imported = __import__(plugin, None, None, ['']) Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/bookmarks.py", line 38, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: import html5lib Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/__init__.py", line 14, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from html5parser import HTMLParser, parse, parseFragment Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/html5parser.py", line 25, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from treebuilders import simpletree Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/treebuilders/simpletree.py", line 3, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from xml.sax.saxutils import escape Jan 24 19:44:10 beagleboneA3-0457 python[102]: ImportError: No module named xml.sax.saxutils Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: bump SRCREVKoen Kooi2012-01-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* samba: blacklist another python entry that leads to host contaminationKoen Kooi2012-01-231-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&"Andrei Gherzan2012-01-161-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* avahi-ui: drop, it's in OE-core nowadaysKoen Kooi2012-01-114-90/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ptpd: add version 1.0.0Zhenhua Luo2011-12-222-0/+46
| | | | | | | Precision Time Protocol (PTP) as defined by the IEEE 1588 standard. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnfnetlink: add version 1.0.0Zhenhua Luo2011-12-221-0/+16
| | | | | | | | | | libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ietutils: add version 1.0Zhenhua Luo2011-12-2210-0/+533
| | | | | | | | | | The GNU inetutils are a collection of common networking utilities and servers including ftp, ftpd, rcp, rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, talkd, telnet, telnetd, tftp, tftpd, and uucpd. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: upgrade from 0.4.2 to 0.4.3Martin Jansa2011-12-201-7/+2
| | | | | | | * only build tested, it does segfault in runtime but it's the same with previous 0.4.2 version and probably not caused by midori itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bridge-utils: addZhenhua Luo2011-12-162-0/+34
| | | | | | | bridge-utils provides tools for ethernet bridging. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* samba: Force python disabled for now to avoid host contaminationRichard Purdie2011-12-161-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openvpn.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssh_5.9p1.bbappend: add systemd unitsKlaus Kurzmann2011-12-154-0/+52
| | | | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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>
* 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>