summaryrefslogtreecommitdiff
path: root/packages/libxml/libxml2-native_2.6.10.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-18 13:37:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-18 13:37:29 +0000
commiteb1bc6e2d48c04db954aa69f738109873dcbbcd3 (patch)
tree328e9933d0c15cc3245f7f9aab4106bc0593ccdb /packages/libxml/libxml2-native_2.6.10.bb
parent5ae14e052c68c2666a1152e33ddb227455913766 (diff)
libxml2-native: catch up with python2.5 update
Diffstat (limited to 'packages/libxml/libxml2-native_2.6.10.bb')
-rw-r--r--packages/libxml/libxml2-native_2.6.10.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libxml/libxml2-native_2.6.10.bb b/packages/libxml/libxml2-native_2.6.10.bb
deleted file mode 100644
index df3ab07460..0000000000
--- a/packages/libxml/libxml2-native_2.6.10.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-}