From a99a08e0980bcfb6fff1960016b58b3239efd238 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 17 Jun 2004 06:53:51 +0000 Subject: [PATCH] Apply libxml patch from Glenn McGrath. Fixed a build failure, and adds version 2.6.9. BKrev: 40d13fffLSTKJNdJqMsCLQXXrT-70g --- libxml/libxml2_2.6.7.oe | 2 +- libxml/libxml2_2.6.9.oe | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 libxml/libxml2_2.6.9.oe diff --git a/libxml/libxml2_2.6.7.oe b/libxml/libxml2_2.6.7.oe index 694ba1a..4d14784 100644 --- a/libxml/libxml2_2.6.7.oe +++ b/libxml/libxml2_2.6.7.oe @@ -13,7 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/libxml2/2.6/libxml2-${PV}.tar.bz2" inherit autotools pkgconfig -EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-xptr --without-c14n" +EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n" headers = "DOCBparser.h HTMLparser.h HTMLtree.h SAX.h SAX2.h c14n.h catalog.h chvalid.h debugXML.h dict.h encoding.h entities.h globals.h hash.h list.h nanoftp.h nanohttp.h parser.h parserInternals.h pattern.h relaxng.h schemasInternals.h threads.h tree.h uri.h valid.h xinclude.h xlink.h xmlIO.h xmlautomata.h xmlerror.h xmlexports.h xmlmemory.h xmlreader.h xmlregexp.h xmlschemas.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlversion.h xmlwriter.h xpath.h xpathInternals.h xpointer.h" diff --git a/libxml/libxml2_2.6.9.oe b/libxml/libxml2_2.6.9.oe new file mode 100644 index 0000000..e69de29 -- 2.7.4