summaryrefslogtreecommitdiff
path: root/meta/packages/libxml
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-02 14:00:08 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-02 14:00:08 +0000
commit87360b969b3eb156a723ffb9e9edfa3faff1d95b (patch)
treea51945989a00696101016c8e8d8268693d83fdca /meta/packages/libxml
parent8e03c28b82ec56085012399c6483aaf9d3a3903f (diff)
downloadopenembedded-core-87360b969b3eb156a723ffb9e9edfa3faff1d95b.tar.gz
openembedded-core-87360b969b3eb156a723ffb9e9edfa3faff1d95b.tar.bz2
openembedded-core-87360b969b3eb156a723ffb9e9edfa3faff1d95b.tar.xz
openembedded-core-87360b969b3eb156a723ffb9e9edfa3faff1d95b.zip
libxml2-native: disable Python support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2333 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxml')
-rw-r--r--meta/packages/libxml/libxml2-native_2.6.29.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb
index d444bd509..7c397d471 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