aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
AgeCommit message (Collapse)Author
2012-07-13python-docutils: update to 0.9.1Koen Kooi
This fixes the 'no module named Roman' errors. License checksum changed due to date changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-07-13python-numpy : Correct difflib dependency.Dan McDougall
The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-07-13python-numpy: Fixed numpy dependencies.Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-21python-imaging: removePaul Eggleton
Fixes from this version have now been merged into OE-Core, so remove it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04python-twisted: update to 10.2.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04python-tornado: update to the 2.2 releaseKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24python-setuptools: removePaul Eggleton
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>
2012-02-01python-twisted: import from OE-classicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01python-zopeinterface: import from OE-classicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20python-imaging: fix #!/usr/local/bin/python problemKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05python-pyusb: add recipe to support usb development in PythonPeter A. Bigot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19python-tornada git: bump SRCREV for websocket API fixKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15python-imaging: add 1.1.7Koen Kooi
Based on OE classic 1.1.6 recipe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-simplejson: import from OE classic and update to 2.2.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-tornado: add patch to fix crasherKoen Kooi
socket.gaierror: [Errno 3] invalid value for ai_flags. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-pyopenssl: import from OE classic, update to 0.13Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01recipes: bump PR after python upgradeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-17python-tornado: add 2.1.1gitKoen Kooi
2011-10-12python-argparse: drop from meta-oe, moved to oe-core with glibMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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>