summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 14:46:50 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 14:46:50 +0000
commit2a9503f1858fa1bc5539297014a953ce5f6e67ce (patch)
treea9dfcf2d5e103e5fa98cd8dcfb30b18c25c39fc5 /meta/packages/libxml
parent634232e6966404641d838fe744c8c1bf8297a664 (diff)
downloadpoky-2a9503f1858fa1bc5539297014a953ce5f6e67ce.tar.gz
Add libxml2-native from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@932 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxml')
-rw-r--r--meta/packages/libxml/libxml2-native_2.6.10.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.10.bb b/meta/packages/libxml/libxml2-native_2.6.10.bb
new file mode 100644
index 0000000000..3f4b1ca11b
--- /dev/null
+++ b/meta/packages/libxml/libxml2-native_2.6.10.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "GNOME XML library"
2
3SRC_URI = "ftp://xmlsoft.org/libxml2/old/libxml2-${PV}.tar.gz"
4
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
6S = "${WORKDIR}/libxml2-${PV}"
7
8inherit autotools native pkgconfig
9
10EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n"
11
12headers = "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"
13
14do_stage () {
15 oe_runmake install
16}