Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
|
|
|
|
chance to land there
|
|
|
|
|
|
improve compatibility with certain extension packages
|
|
|
|
* add support for python 2.5
* catch more .debug files
|
|
close #2443 and probably few others
|
|
PYTHON_DIR still contains them, see bug #1581
|
|
inherit distutils-base for sip, pyqt, and pyqwt
BKrev: 420956dbKk6Hb3R1N-CN8-KJ3liYdQ
|
|
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
|