[oe-commits] org.oe.oz354x libxml2: add -native to allow builds to finish (copied from .dev)

justinp commit openembedded-commits at lists.openembedded.org
Mon Jan 15 08:48:37 UTC 2007


libxml2: add -native to allow builds to finish (copied from .dev)

Author: justinp at openembedded.org
Branch: org.openembedded.oz354x
Revision: 7c9d483a5b317212f9f655bc0d8a8304aed9e90a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7c9d483a5b317212f9f655bc0d8a8304aed9e90a
Files:
1
packages/libxml/libxml2-native_2.6.9.bb
Diffs:

#
# mt diff -re0c1ef0930aafbdeaf08969d201866b178cc329a -r7c9d483a5b317212f9f655bc0d8a8304aed9e90a
#
# 
# 
# add_file "packages/libxml/libxml2-native_2.6.9.bb"
#  content [9ef3f5bdd97189593a969b73a5251a311bb9171e]
# 
============================================================
--- packages/libxml/libxml2-native_2.6.9.bb	9ef3f5bdd97189593a969b73a5251a311bb9171e
+++ packages/libxml/libxml2-native_2.6.9.bb	9ef3f5bdd97189593a969b73a5251a311bb9171e
@@ -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
+}






More information about the Openembedded-commits mailing list