summaryrefslogtreecommitdiffstats
path: root/classes/distutils-base.bbclass
AgeCommit message (Collapse)Author
2009-03-24distutils-base.bbclass: Move common functionality to ↵Khem Raj
distutils-common-base.bbclass Create a new class distutils-common-base.bbclass which holds the common parts that can be used in native and target packages which need to use distutils funtionality. rpm, libxml2, zope are currently using them and needed to use distutils-native-base for native recipes. rpm and libxml need to defer the processing of certain configure parameters which we evaluate using python. So we need to have python-native built before we can process them. Hence we can not use EXTRA_OECONF which is a python variable and gets expanded during parsing recipes and ofcourse we have not yet built python-native. We pass these extra options as a separate shell variable to do_configure which we evaluate when that task is executing.
2008-12-10Python 2.6: here we are. WIP :)Michael 'Mickey' Lauer
2008-10-04distutils-base: export STAGING_INCDIR and STAGING_LIBDIR hereMichael Lauer
2008-02-28distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a ↵Michael Lauer
chance to land there
2007-08-15distutils-base.bbclass: fix typo in debug packageMichael Lauer
2007-08-15distutils-base.bbclass: prefer most recent python version for packagingMichael Lauer
2007-07-24distutils: set PYTHONPATH and always create the site-packages directory to ↵Michael Lauer
improve compatibility with certain extension packages
2007-06-19distutils-base: package even more debug filesKoen Kooi
2007-06-14distutils-base.bbclass:Michael Lauer
* add support for python 2.5 * catch more .debug files
2007-06-11distutils-base: improve packaging of debug packages (approved by Mickeyl) - ↵Jake Morrison
close #2443 and probably few others
2006-11-14distutils-base bbclass: exclude debug files from $bindir and $libdir, ↵Koen Kooi
PYTHON_DIR still contains them, see bug #1581
2005-02-09compute python version based on staging area, not on host python *cough*. ↵Michael Lauer
inherit distutils-base for sip, pyqt, and pyqwt BKrev: 420956dbKk6Hb3R1N-CN8-KJ3liYdQ
2005-02-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/09 01:04:39+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/09 01:04:15+01:00 uni-frankfurt.de!mickeyl remove direct references to python2.3, instead compute PYTHON_DIR in distutils. Split distutils into distutils-base and distutils. BKrev: 42095419HYtcbp33LQCUNFdiLMXHog