mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3339 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
358 B
PHP
12 lines
358 B
PHP
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"
|
|
|
|
inherit autotools pkgconfig binconfig
|
|
|
|
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
|