libxml2: fix python badness on target
authorKoen Kooi <koen@openembedded.org>
Fri, 16 Apr 2010 17:27:22 +0000 (19:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 16 Apr 2010 17:27:58 +0000 (19:27 +0200)
recipes/libxml/libxml2.inc

index e3a5891..23b0546 100644 (file)
@@ -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}"