summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ca-certificates
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Unify indentationMartin Jansa2013-04-152-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* ca-certificates: support running update-ca-certificates during do_rootfsAndreas Oberritter2013-03-214-16/+87
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: upgrade to 20130119Martin Jansa2013-02-161-2/+2
| | | | | | * old archive is no longer on upstream URL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: update to 20120623 versionMarcin Juszkiewicz2012-10-101-3/+3
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* ca-certificates: Bump version to 20120212Ulf Samuelsson2012-03-083-32/+48
| | | | | | | 20111211 has disappeared from the server Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ca-certificates: upgrade to 20111211, old version not available anymoreNorman Schleicher2012-01-121-2/+2
| | | | | Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: update to 20111025 and clean up packagingKoen Kooi2011-11-072-8/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* recipes: use allarch.bbclass instead just PACKAGE_ARCH = allMartin Jansa2011-06-021-1/+1
| | | | | | | * otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-102-0/+69
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)