libxml2-native: disable Python support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2333 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-08-02 14:00:08 +00:00
parent 8e03c28b82
commit 87360b969b

View File

@@ -1,5 +1,5 @@
DESCRIPTION = "GNOME XML library"
PR = "r2"
PR = "r3"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
@@ -10,7 +10,7 @@ S = "${WORKDIR}/libxml2-${PV}"
inherit autotools native pkgconfig
EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
do_stage () {
oe_runmake install