summaryrefslogtreecommitdiffstats
path: root/recipes/libxml
AgeCommit message (Collapse)Author
2010-04-16libxml2: fix python badness on targetKoen Kooi
2010-04-15libxml2: fix regression where -native wouldn't build python stuff needed for ↵Koen Kooi
xml2po anymore * also fix 1 bug in do_install where it pokes stuff outside of ${D} * binconfig hack is still there, though
2010-04-09libxml2_2.7.3: move checksum from checksums.iniMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19libxml2: add version 2.7.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11libxml: actually install xml2-config in STAGING_BINDIR_CROSSDenys Dmytriyenko
Make sure STAGING_BINDIR_CROSS is a directory and not the target filename for xml2-config. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-03libxml2: readd binconfig inherit that went missingKoen Kooi
2010-03-03libxml2: new version 2.7.6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-03libxml2: migrate -native to BBCLASSEXTENDMartin Jansa
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' Carikli
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}
2010-01-22libxml2 : Convert to INC_PR. Bump PR for earlier commit.Philip Balister
2010-01-22libxml2: Add catalog and docbook supportMichael Lippautz
* Adds catalog and docbook support, which is needed for libxml-libxml-perl recipe. Signed-off-by: Philip Balister <philip@balister.org>
2009-10-27libxml2: stop overriding PACKAGESKoen Kooi
2009-08-06libxml2: update to 2.7.3Dirk Opfer
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.
2009-03-23libxml2-native: Move EXTRA_OECONF to do_configure_prependKhem Raj
* 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 Juszkiewicz
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>