diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
commit | c61ace854ed9e3bdb9f54ad7b2b5cd13879187d5 (patch) | |
tree | a33f846e069149de1ca843b07cea7c177b817319 /libxml/libxml2_2.6.7.oe | |
parent | ed11e18693106ccb4fd2541c7c69c367cf0ea364 (diff) |
Build fixes for flnx, libxml2, and openssh 3.8p1.
BKrev: 4060b242vOhaV4FacYfSUz-JxsXTpg
Diffstat (limited to 'libxml/libxml2_2.6.7.oe')
-rw-r--r-- | libxml/libxml2_2.6.7.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxml/libxml2_2.6.7.oe b/libxml/libxml2_2.6.7.oe index ec9aacd6d4..03b9b36fee 100644 --- a/libxml/libxml2_2.6.7.oe +++ b/libxml/libxml2_2.6.7.oe @@ -8,8 +8,9 @@ SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-${PV}.tar.b inherit autotools pkgconfig libtool -libname = "libxml2.so.2.6.7" +EXTRA_OECONF = "--without-python" +libname = "libxml2.so.2.6.7" 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" do_stage () { |