diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-17 06:53:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-17 06:53:51 +0000 |
commit | a99a08e0980bcfb6fff1960016b58b3239efd238 (patch) | |
tree | de08fb4204bd0ad80f14b1f5b291778d7a4a2338 /libxml/libxml2_2.6.7.oe | |
parent | 3392b3092d8a86a6aea79ea4bff7dcb3ece28603 (diff) |
Apply libxml patch from Glenn McGrath. Fixed a build failure, and adds version 2.6.9.
BKrev: 40d13fffLSTKJNdJqMsCLQXXrT-70g
Diffstat (limited to 'libxml/libxml2_2.6.7.oe')
-rw-r--r-- | libxml/libxml2_2.6.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml/libxml2_2.6.7.oe b/libxml/libxml2_2.6.7.oe index 694ba1a93b..4d14784513 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" |