From: Richard Purdie Date: Mon, 25 Aug 2008 20:48:45 +0000 (+0000) Subject: libxml2-native: Enable python extensions X-Git-Tag: 2011-1~8407 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bae5aaf0d000120193ec42a5b3d9209fa98eea2c;p=openembedded-core.git libxml2-native: Enable python extensions git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index 4f7a801495..f067d9ad7e 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb @@ -1,9 +1,11 @@ require libxml2.inc -PR = "r4" +PR = "r5" DEPENDS += "python-native-runtime" +EXTRA_OECONF = "--with-python=2.5 --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" + FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" S = "${WORKDIR}/libxml2-${PV}"