aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-20 13:39:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-20 13:48:00 +0200
commit85f8336c9b949e6fef646e27cbab3d7ed559b8b8 (patch)
tree59fafba8e0b6f835e47a918e966724dda2c0537a /recipes
parentfabce288e40037d28c70f0f034185176f85e8664 (diff)
downloadopenembedded-85f8336c9b949e6fef646e27cbab3d7ed559b8b8.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libxml/libxml2.inc3
1 files changed, 1 insertions, 2 deletions
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 \