diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-02 14:00:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-02 14:00:08 +0000 |
commit | 87360b969b3eb156a723ffb9e9edfa3faff1d95b (patch) | |
tree | a51945989a00696101016c8e8d8268693d83fdca /meta/packages | |
parent | 8e03c28b82ec56085012399c6483aaf9d3a3903f (diff) | |
download | poky-87360b969b3eb156a723ffb9e9edfa3faff1d95b.tar.gz |
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')
-rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 4 |
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 d444bd509e..7c397d471d 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 @@ | |||
1 | DESCRIPTION = "GNOME XML library" | 1 | DESCRIPTION = "GNOME XML library" |
2 | PR = "r2" | 2 | PR = "r3" |
3 | 3 | ||
4 | SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" | 4 | SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" |
5 | 5 | ||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/libxml2-${PV}" | |||
10 | 10 | ||
11 | inherit autotools native pkgconfig | 11 | inherit autotools native pkgconfig |
12 | 12 | ||
13 | EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" | 13 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" |
14 | 14 | ||
15 | do_stage () { | 15 | do_stage () { |
16 | oe_runmake install | 16 | oe_runmake install |