[oe-commits] pieterg : configure libxml2 with c14n (required by python-lxml)

GIT User account git at amethyst.openembedded.net
Mon Nov 10 21:35:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: fd776b29f17554a6385eb4a5fa13ade994962c3e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fd776b29f17554a6385eb4a5fa13ade994962c3e

Author: pieterg <pieterg at gmx.com>
Date:   Mon Nov 10 15:52:33 2008 +0100

configure libxml2 with c14n (required by python-lxml)

---

 packages/libxml/libxml2_2.6.32.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/libxml/libxml2_2.6.32.bb b/packages/libxml/libxml2_2.6.32.bb
index 9f2543b..70dd1e0 100644
--- a/packages/libxml/libxml2_2.6.32.bb
+++ b/packages/libxml/libxml2_2.6.32.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "GNOME XML library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
 		   file://no-testapi_${PV}.patch;patch=1"
 
 inherit autotools pkgconfig binconfig
 
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
 
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list