[oe] [PATCH 68/70] libxml2-native: really enable Python extension

Marcin Juszkiewicz openembedded at haerwu.biz
Wed Mar 4 15:53:22 UTC 2009


From: Marcin Juszkiewicz <hrw at openembedded.org>

---
 packages/libxml/libxml2-native.inc      |    5 ++---
 packages/libxml/libxml2-native_2.7.2.bb |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/packages/libxml/libxml2-native.inc b/packages/libxml/libxml2-native.inc
index 603f48d..b819f95 100644
--- a/packages/libxml/libxml2-native.inc
+++ b/packages/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 \
 "
diff --git a/packages/libxml/libxml2-native_2.7.2.bb b/packages/libxml/libxml2-native_2.7.2.bb
index 48e3598..bcbfb66 100644
--- a/packages/libxml/libxml2-native_2.7.2.bb
+++ b/packages/libxml/libxml2-native_2.7.2.bb
@@ -1,2 +1,2 @@
 require libxml2-native.inc
-PR = "r0"
+PR = "r1"
-- 
1.6.1.3







More information about the Openembedded-devel mailing list