summaryrefslogtreecommitdiff
path: root/recipes/libxml
AgeCommit message (Collapse)AuthorFiles
2009-10-27libxml2: stop overriding PACKAGESKoen Kooi2
2009-08-06libxml2: update to 2.7.3Dirk Opfer2
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 Raj2
* 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 Juszkiewicz2
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko4
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>