]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2-native: disable Python support
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Aug 2007 14:00:08 +0000 (14:00 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Aug 2007 14:00:08 +0000 (14:00 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2333 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index d444bd509ec9b328bc6a3b71abe80beb9a2f5062..7c397d471dcff64c3a343a5c581d234d20ca3993 100644 (file)
@@ -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