Commit Graph

10 Commits

Author SHA1 Message Date
Paul Barker
6a05bb63ee python-tornado: fix license name
Upstream source (https://github.com/facebook/tornado) says this is released
under version 2.0 of the Apache license which we have in the common licenses
directory as 'Apache-2.0'.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22 19:00:56 +02:00
Martin Jansa
a45830a39b recipes: Unify indentation
* 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>
2013-04-15 16:23:17 +02:00
Koen Kooi
14102819f4 python-tornado: update to top of 2.2 branch
Drags in a few bugfixes needed for gateone

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:16:52 +02:00
Andreas Oberritter
326d9f23bf python: bump PR of packages after update of distutils.bbclass
* Bump every recipe inheriting distutils or setuptools and
  not overriding do_install without calling distutils_do_install.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-06-07 09:19:27 +02:00
Koen Kooi
bbbdd3acbc python-tornado: update to the 2.2 release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 10:27:16 +01:00
Koen Kooi
781ac7ac8b python-tornada git: bump SRCREV for websocket API fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19 13:37:53 +01:00
Koen Kooi
02147ad225 python-tornado: add patch to fix crasher
socket.gaierror: [Errno 3] invalid value for ai_flags.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 13:00:02 +01:00
Koen Kooi
409d197315 python-pyopenssl: import from OE classic, update to 0.13
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 11:06:10 +01:00
Martin Jansa
396550a39a recipes: bump PR after python upgrade
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-01 09:57:03 +01:00
Koen Kooi
96e99ada49 python-tornado: add 2.1.1git 2011-10-17 16:22:56 +02:00