[oe-commits] Martin Jansa : libxml2: enable debug module (default is on)

git version control git at git.openembedded.org
Wed Oct 20 11:53:41 UTC 2010


Module: openembedded.git
Branch: master
Commit: 85f8336c9b949e6fef646e27cbab3d7ed559b8b8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85f8336c9b949e6fef646e27cbab3d7ed559b8b8

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Oct 20 13:39:35 2010 +0200

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 at gmail.com>

---

 recipes/libxml/libxml2.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index 23b0546..c7651a7 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 \





More information about the Openembedded-commits mailing list