diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-01 10:43:59 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-01 10:43:59 +0000 |
commit | 6a162081568c7e486fd674ece6152bb4c978c589 (patch) | |
tree | 16189070559279fc87edb78cc0747fe50bf41604 /meta/packages/libxml | |
parent | e1566f44cb8884f8dbdc003cf50798ccc844d42e (diff) | |
download | poky-6a162081568c7e486fd674ece6152bb4c978c589.tar.gz |
Disable the schemas support, saving 300K
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1588 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxml')
-rw-r--r-- | meta/packages/libxml/libxml2_2.6.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libxml/libxml2_2.6.22.bb b/meta/packages/libxml/libxml2_2.6.22.bb index 905268e221..82494fe75e 100644 --- a/meta/packages/libxml/libxml2_2.6.22.bb +++ b/meta/packages/libxml/libxml2_2.6.22.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r1" | 1 | PR = "r2" |
2 | DESCRIPTION = "GNOME XML library" | 2 | DESCRIPTION = "GNOME XML library" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
@@ -12,7 +12,7 @@ SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \ | |||
12 | file://no-testapi.patch;patch=1" | 12 | file://no-testapi.patch;patch=1" |
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n" | 15 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n --without-schemas --without-schematron" |
16 | 16 | ||
17 | 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" | 17 | 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" |
18 | 18 | ||