From: Martin Jansa Date: Wed, 20 Oct 2010 11:39:35 +0000 (+0200) Subject: libxml2: enable debug module (default is on) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f8336c9b949e6fef646e27cbab3d7ed559b8b8;p=openembedded.git libxml2: enable debug module (default is on) * 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 --- diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index 23b0546da1..c7651a71ea 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -7,14 +7,13 @@ DEPENDS_virtclass-native = "python-native" 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 \