aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxml/libxml2.inc
AgeCommit message (Collapse)Author
2010-11-29libxml2: Fix build when DISTRO_FEATURES lacks "largefile".Graham Gower
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.Tpo -c xmlIO.c -fPIC -DPIC -o .libs/xmlIO.o In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0, from libxml.h:44, from encoding.c:24: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-20libxml2: enable debug module (default is on)Martin Jansa
* it's not runtime debug (--with-run-debug or --with-mem-debug) * it's needed by python API (which is not limited to provide bindings based on enabled modules so ie python call param_node.lsCountNode() always calls libxml2mod.xmlLsCountNode(self._o), but this function is available only with debug module enabled. * unfortunately mesa build calls this python API from generator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-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: 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-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>