aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/iw
AgeCommit message (Collapse)Author
2014-08-21iw: uprev to version 3.15Jackie Huang
- change to use tar.gz since bz2 is no longer provided in upstream - adjust the patch for new version Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20iw: use BP instead of P to fix multilib buildsJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05iw: Update to 3.11Philipp Wagner
Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* 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>
2012-12-23meta-openembedded: use correct format of Upstream-StatusMartin Jansa
* some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-09iw: update to 3.6jackie huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29iw: fix build breakage with top-level git reposKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29iw: update to 3.2Andreas Müller
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>
2011-07-14Drop PRIORITY variablePaul Eggleton
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>
2011-07-01iw: add 0.9.20Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>