[oe-commits] Koen Kooi : libxml2: fix python badness on target

git version control git at git.openembedded.org
Fri Apr 16 21:14:58 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: dde342160a6b3348f311e661a0d16143db810719
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dde342160a6b3348f311e661a0d16143db810719

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 16 19:27:22 2010 +0200

libxml2: fix python badness on target

---

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

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index e3a5891..23b0546 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -7,7 +7,7 @@ DEPENDS_virtclass-native = "python-native"
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive"
 S = "${WORKDIR}/${BPN}-${PV}"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 BBCLASSEXTEND = "native"
 
@@ -20,7 +20,7 @@ EXTRA_OECONF = "\
  --with-docbook \
  --with-c14n"
 
-XPY = ""
+XPY = " --without-python"
 XPY_virtclass-native = " --with-python=${PYTHON_DIR}" 
 
 EXTRA_OECONF += "${XPY}"





More information about the Openembedded-commits mailing list