From dde342160a6b3348f311e661a0d16143db810719 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 16 Apr 2010 19:27:22 +0200 Subject: libxml2: fix python badness on target --- recipes/libxml/libxml2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/libxml/libxml2.inc') diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index e3a58918af..23b0546da1 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}" -- cgit v1.2.3