* it's not runtime debug (--with-run-debug or --with-mem-debug)
* it's needed by python API (which is not limited to provide bindings
based on enabled modules so ie python call param_node.lsCountNode()
always calls libxml2mod.xmlLsCountNode(self._o), but this function is
available only with debug module enabled.
* unfortunately mesa build calls this python API from generator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${BPN}-${PV}"
-INC_PR = "r8"
+INC_PR = "r9"
BBCLASSEXTEND = "native"
inherit autotools pkgconfig binconfig
EXTRA_OECONF = "\
- --without-debug \
--without-legacy \
--with-catalog \
--with-docbook \