summaryrefslogtreecommitdiff
path: root/recipes/libxml/libxml2-native.inc
AgeCommit message (Collapse)AuthorFiles
2010-03-03libxml2: migrate -native to BBCLASSEXTENDMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25libxml2 : convert to new staging and fix python error in gnome-doc-utilsDenis 'GNUtoo' Carikli1
Converting libxml2 recipes to the new staging way fixed the error where,during the compilation of gnome-doc-utils libxml2.py couldn't be find,but strangely the libxml package had only libxml.py Also removed the following useless part as suggested by Phil Blundell on mailing list: install -d ${STAGING_DATADIR}/aclocal/ install -d ${STAGING_BINDIR_CROSS}
2009-03-24distutils-base.bbclass: Move common functionality to ↵Khem Raj1
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.
2009-03-23libxml2-native: Move EXTRA_OECONF to do_configure_prependKhem Raj1
* EXTRA_OECONF uses --with-python=${PYTHON_DIR} and PYTHON_DIR is a python evaluated. So unless we have python-native built and installed in staging we can not evaluate this variable. We move this evaluation inside do_configure so that it gets evluated after dependency is met. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-19libxml2-native: really enable Python extensionMarcin Juszkiewicz1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>