diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:48:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:48:45 +0000 |
commit | bae5aaf0d000120193ec42a5b3d9209fa98eea2c (patch) | |
tree | c1433d03f7568b9b66fa2bed9f4d1ec00b65bea1 /meta/packages/libxml | |
parent | 666c69518d4fafcd8365c79dbffa7b4912863e68 (diff) | |
download | openembedded-core-bae5aaf0d000120193ec42a5b3d9209fa98eea2c.tar.gz openembedded-core-bae5aaf0d000120193ec42a5b3d9209fa98eea2c.tar.bz2 openembedded-core-bae5aaf0d000120193ec42a5b3d9209fa98eea2c.zip |
libxml2-native: Enable python extensions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxml')
-rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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}" |