summaryrefslogtreecommitdiff
path: root/meta/packages/libxml/libxml2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libxml/libxml2.inc')
-rw-r--r--meta/packages/libxml/libxml2.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/libxml/libxml2.inc b/meta/packages/libxml/libxml2.inc
deleted file mode 100644
index e8b03cf02..000000000
--- a/meta/packages/libxml/libxml2.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "GNOME XML Parser library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "MIT"
-
-SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
- file://libxml-64bit.patch;patch=1 \
- file://libxml-nanohttp.patch;patch=1"
-
-inherit autotools pkgconfig binconfig
-
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"