From 87360b969b3eb156a723ffb9e9edfa3faff1d95b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 2 Aug 2007 14:00:08 +0000 Subject: libxml2-native: disable Python support git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2333 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libxml/libxml2-native_2.6.29.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/libxml') diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index d444bd509e..7c397d471d 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb @@ -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 -- cgit v1.2.3-54-g00ecf