summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
...
* python-tornado: update to the 2.2 releaseKoen Kooi2012-03-042-5/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-setuptools: removePaul Eggleton2012-02-241-33/+0
| | | | | | | | | This is identical to the version now in OE-Core except for the NATIVE_INSTALL_WORKS line and that variable is no longer used, so remove this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-twisted: import from OE-classicKoen Kooi2012-02-011-0/+223
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-zopeinterface: import from OE-classicKoen Kooi2012-02-011-0/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: fix #!/usr/local/bin/python problemKoen Kooi2012-01-201-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyusb: add recipe to support usb development in PythonPeter A. Bigot2012-01-051-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornada git: bump SRCREV for websocket API fixKoen Kooi2011-12-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: add 1.1.7Koen Kooi2011-11-152-0/+91
| | | | | | Based on OE classic 1.1.6 recipe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-simplejson: import from OE classic and update to 2.2.1Koen Kooi2011-11-021-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: add patch to fix crasherKoen Kooi2011-11-022-2/+36
| | | | | | socket.gaierror: [Errno 3] invalid value for ai_flags. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>