[oe-commits] Michael Lippautz : libxml2: Add catalog and docbook support

git version control git at git.openembedded.org
Fri Jan 22 14:23:47 UTC 2010


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

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Fri Jan 22 00:04:31 2010 +0000

libxml2: Add catalog and docbook support

* Adds catalog and docbook support, which is needed for
  libxml-libxml-perl recipe.

Signed-off-by: Philip Balister <philip at balister.org>

---

 recipes/libxml/libxml2.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index bc31123..44e6f82 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -9,7 +9,7 @@ PR = "r1"
 
 inherit autotools pkgconfig binconfig
 
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --with-catalog --with-docbook --with-c14n"
 
 export LDFLAGS += "-ldl"
 





More information about the Openembedded-commits mailing list