summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* python: bump PR of packages after update of distutils.bbclassAndreas Oberritter2012-06-071-1/+1
| | | | | | | * 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>
* recipes: bump PR after python upgradeMartin Jansa2011-11-011-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>