summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2.inc
blob: e8b03cf02d882cb3d036409b33a763eb8c71a0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"