From: Marcin Juszkiewicz Date: Wed, 4 Mar 2009 14:27:25 +0000 (+0100) Subject: libxml2-native: really enable Python extension X-Git-Tag: Release-2010-05/1~3796^2~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444b085288c9696451eff4832413f3c5748ad8bc;p=openembedded.git libxml2-native: really enable Python extension --- diff --git a/recipes/libxml/libxml2-native.inc b/recipes/libxml/libxml2-native.inc index 603f48d196..b819f95fba 100644 --- a/recipes/libxml/libxml2-native.inc +++ b/recipes/libxml/libxml2-native.inc @@ -1,7 +1,6 @@ DESCRIPTION = "GNOME XML library" DEPENDS = "python-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" -PR = "r3" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" S = "${WORKDIR}/libxml2-${PV}" @@ -9,10 +8,10 @@ S = "${WORKDIR}/libxml2-${PV}" inherit distutils-base autotools native pkgconfig EXTRA_OECONF = "\ - --with-python=${STAGING_INCDIR}/${PYTHON_MAJMIN} \ + --with-python=${PYTHON_DIR} \ --without-debug \ --without-legacy \ - --without-catalog \ + --with-catalog \ --without-docbook \ --with-c14n \ " diff --git a/recipes/libxml/libxml2-native_2.7.2.bb b/recipes/libxml/libxml2-native_2.7.2.bb index 48e35986f6..bcbfb6637b 100644 --- a/recipes/libxml/libxml2-native_2.7.2.bb +++ b/recipes/libxml/libxml2-native_2.7.2.bb @@ -1,2 +1,2 @@ require libxml2-native.inc -PR = "r0" +PR = "r1"