]> code.ossystems Code Review - openembedded-core.git/commitdiff
Disable the schemas support, saving 300K
authorRoss Burton <ross@openedhand.com>
Tue, 1 May 2007 10:43:59 +0000 (10:43 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 1 May 2007 10:43:59 +0000 (10:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1588 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2_2.6.22.bb

index 905268e22120df6286d0f7f6211af21773e5fe8a..82494fe75ea9043c77d4019816e75dc72e946285 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "GNOME XML library"
 SECTION = "libs"
 PRIORITY = "optional"
@@ -12,7 +12,7 @@ SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \
                   file://no-testapi.patch;patch=1"
 inherit autotools pkgconfig 
 
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n --without-schemas --without-schematron"
 
 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"