summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/strongswan
Commit message (Collapse)AuthorAgeFilesLines
* strongswan: move to meta-networkingPaul Eggleton2013-04-291-36/+0
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* recipes: Unify indentationMartin Jansa2013-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* strongswan: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswam: disable systemd support in meta-oe and reenable it in meta-systemdMartin Jansa2012-12-121-1/+5
| | | | | | | | | | | * fixes: strongswan-5.0.0: strongswan: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/strongswan.service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswan_5.0.0.bb: update recipe packaging to fix QA warnings and package ↵Matthew McClintock2012-08-131-1/+9
| | | | | | | all content Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* strongswan: upgrade to version 5.0.0Horia Geanta2012-08-071-3/+3
| | | | | | | | COPYING change is trivial: http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=fbdef639d6ed3500bda9e330a2f57de5e833750c Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* strongswan: addZhenhua Luo2011-12-161-0/+21
strongSwan is an OpenSource IPsec implementation for the Linux operating system. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>