summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* inetutils: several improvementRoy.Li2013-07-176-29/+215
| | | | | | | | | 1. integrate rexec, rlogin, rsh, telnet, tftpd xinetd startup scripts 2. inherit update-alternatives bbclass, not call update-alternatives directly. 3. package all commands into subpackages Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vpnc: Set RDEPENDS to perl-module-io-file instead of perlJukka Rissanen2013-05-151-1/+1
| | | | | Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vpnc: Runtime dependency to perl was missingJukka Rissanen2013-05-131-1/+1
| | | | | | | Generated package contains perl script but dependecy to perl was missing. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* crda: Fix multilib SRC_URI referenceMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* recipes: Unify indentationMartin Jansa2013-04-153-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* crda: add 1.1.3Koen Kooi2013-04-021-0/+38
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* inetutils: fix PN -> BPN in do_install for multilibsJackie Huang2013-03-181-17/+18
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* vpnc: import from OE-classicMartin Jansa2012-12-105-0/+263
| | | | | | | | | * needed for exalt * fix LICENSE * add LIC_FILES_CHKSUM * .inc merged to .bb and cleaned files Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inetutils : Update to 1.9.1chunrong guo2012-11-277-0/+220
* There are difference spaces between inetutils-1.8/COPYING and inetutils-1.9.1/COPYING,so md5sum is changed. * the following patches are accepted by inetutils 1.9.1 upstream inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch inetutils-1.8-1004-detect-fork-support.patch inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch Signed-off-by: Chunrong Guo <b40290@freescale.com>