aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorTom Kirkpatrick <stv@kirkconsulting.co.uk>2007-02-16 01:48:04 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-02-16 01:48:04 +0000
commitd873126a767bd7e6d63cc61d331424802eab8014 (patch)
tree742bde245c68debe54bf2804ee02af5202a6cf54 /packages/libxml
parentcad843a216f8108d51d5ae33f7b993da59f067f2 (diff)
downloadopenembedded-d873126a767bd7e6d63cc61d331424802eab8014.tar.gz
libxml: update libxml2-native to 2.6.26. Closes 1837. Thanks.
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml2-native_2.6.26.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/libxml/libxml2-native_2.6.26.bb b/packages/libxml/libxml2-native_2.6.26.bb
new file mode 100644
index 0000000000..74ddfeb33a
--- /dev/null
+++ b/packages/libxml/libxml2-native_2.6.26.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "GNOME XML library"
+
+SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
+ file://no-testapi.patch;patch=1"
+
+DEPENDS = "python-native"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
+S = "${WORKDIR}/libxml2-${PV}"
+
+inherit autotools native pkgconfig
+
+EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --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"
+
+do_stage () {
+ oe_runmake install
+}
+