aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
AgeCommit message (Collapse)Author
2011-10-12python-cython: add patch to fix build error with some distutils packagesMartin Jansa
* 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>
2011-10-12python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07python-lxml: Add version 2.2.8 (initial recipe)Noor Ahsan
* 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>
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-09python-sqlalchemy: Add version 0.7.1 (initial recipe)Michael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09python-pyudev: Add version 0.11 (initial recipe)Michael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-06-17python-cheeta 2.4.4: add license checksumKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-15python-docutils 0.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-10python-argparse: add new recipe to provide argparse module for python and ↵Martin Jansa
python-native older then 2.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-10recipes,classes: import a lot of recipes from meta-shrMartin Jansa
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-03-31python-cython: import from meta-shrMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-17move layer into meta-oe in preparation for future splitsKoen Kooi
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>