summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-pyopenssl: import from OE classic, update to 0.13Koen Kooi2011-11-022-2/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR after python upgradeMartin Jansa2011-11-0117-13/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: add 2.1.1gitKoen Kooi2011-10-171-0/+13
|
* python-argparse: drop from meta-oe, moved to oe-core with glibMartin Jansa2011-10-121-15/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: add patch to fix build error with some distutils packagesMartin Jansa2011-10-122-1/+31
| | | | | | | | * fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in setup.py when using python-2.6 or python-2.7 (don't know about python-3*) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2Martin Jansa2011-10-121-4/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-lxml: Add version 2.2.8 (initial recipe)Noor Ahsan2011-09-071-0/+33
| | | | | | | | | | | * Imported from oe.dev commit id bc6a94559157e6fcc190a22a259c0f757b8664ae. * Getting "skipping incompatible libraries" message in compilation log. Fixed that issue by changing --with-xml2-config=${STAGING_BINDIR_NATIVE}/xml2-config to --with-xml2-config=${STAGING_BINDIR_CROSS}/xml2-config. * Added BBCLASSEXTEND native and nativesdk for native recipe. * Tested with MACHINE = 'qemuppc' Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-1411-11/+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>
* python-sqlalchemy: Add version 0.7.1 (initial recipe)Michael Lippautz2011-07-091-0/+16
| | | | Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* python-pyudev: Add version 0.11 (initial recipe)Michael Lippautz2011-07-091-0/+22
| | | | Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* python-cheeta 2.4.4: add license checksumKoen Kooi2011-06-171-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-docutils 0.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-151-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-argparse: add new recipe to provide argparse module for python and ↵Martin Jansa2011-05-101-0/+16
| | | | | | python-native older then 2.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-1010-0/+253
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* python-cython: import from meta-shrMartin Jansa2011-03-311-0/+19
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-179-0/+204
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>