diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-04 15:27:25 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-19 20:22:36 +0100 |
commit | 444b085288c9696451eff4832413f3c5748ad8bc (patch) | |
tree | 94888283a7b539ec9aca2906224d68dcb5f1bf45 /recipes/libxml/libxml2-native.inc | |
parent | 1af5030de05a1e65d1de734f7675ffc22c8318fc (diff) |
libxml2-native: really enable Python extension
Diffstat (limited to 'recipes/libxml/libxml2-native.inc')
-rw-r--r-- | recipes/libxml/libxml2-native.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libxml/libxml2-native.inc b/recipes/libxml/libxml2-native.inc index 603f48d196..b819f95fba 100644 --- a/recipes/libxml/libxml2-native.inc +++ b/recipes/libxml/libxml2-native.inc @@ -1,7 +1,6 @@ DESCRIPTION = "GNOME XML library" DEPENDS = "python-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" -PR = "r3" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" S = "${WORKDIR}/libxml2-${PV}" @@ -9,10 +8,10 @@ S = "${WORKDIR}/libxml2-${PV}" inherit distutils-base autotools native pkgconfig EXTRA_OECONF = "\ - --with-python=${STAGING_INCDIR}/${PYTHON_MAJMIN} \ + --with-python=${PYTHON_DIR} \ --without-debug \ --without-legacy \ - --without-catalog \ + --with-catalog \ --without-docbook \ --with-c14n \ " |