From: Mika Laitio Date: Tue, 21 Nov 2006 22:30:52 +0000 (+0200) Subject: libxml2-native: add bb for native version. libxml2-native is needed by the dbus-nativ... X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=e0078351ec34dcd17fd1dad6fa72ed4a4ef6744d;p=familiar-h63xx-build.git libxml2-native: add bb for native version. libxml2-native is needed by the dbus-native <-- glib-dbus-native <-- glib-dbus packages introduced later when updating dbus to 1.0.1 version. --- diff --git a/org.handhelds.familiar/packages/libxml/libxml2-native_2.6.10.bb b/org.handhelds.familiar/packages/libxml/libxml2-native_2.6.10.bb new file mode 100644 index 0000000..3f4b1ca --- /dev/null +++ b/org.handhelds.familiar/packages/libxml/libxml2-native_2.6.10.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "GNOME XML library" + +SRC_URI = "ftp://xmlsoft.org/libxml2/old/libxml2-${PV}.tar.gz" + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" +S = "${WORKDIR}/libxml2-${PV}" + +inherit autotools native pkgconfig + +EXTRA_OECONF = "--without-python --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 +}