]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2-native: Enable python extensions
authorRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 20:48:45 +0000 (20:48 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 20:48:45 +0000 (20:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2-native_2.6.29.bb

index 4f7a8014952336abe6f9225d31bab75f547d5f17..f067d9ad7ecbfc5d83c77f062546365b422cc649 100644 (file)
@@ -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}"