diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-16 19:27:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-16 19:27:58 +0200 |
commit | dde342160a6b3348f311e661a0d16143db810719 (patch) | |
tree | 6f82f6efa4d0af1023c5c2411e97aee6be5a2e25 | |
parent | 0509c1fe7a1fabc46d290df727cb351d702a2b06 (diff) |
libxml2: fix python badness on target
-rw-r--r-- | 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 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}" |