[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH] libxml2: make xmlcatalog work via --with-catalog
From:       lizhijian () cn ! fujitsu ! com (Li Zhijian)
Date:       2013-08-30 17:00:23
Message-ID: 1377882023-14125-1-git-send-email-lizhijian () cn ! fujitsu ! com
[Download RAW message or body]

Previously,when execute xmlcatalog, it shows as follows:
 "libxml was not compiled with catalog and output support"

So it seems more reasonable to make xmlcatalog work
by using --with-catalog instead of --without-catalog

Signed-off-by: Li Zhijian <lizhijian at cn.fujitsu.com>
---
 meta/recipes-core/libxml/libxml2.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/libxml/libxml2.inc \
b/meta/recipes-core/libxml/libxml2.inc index 7fb2644..7a6a638 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -29,7 +29,7 @@ do_configure_prepend () {
 	sed -i -e '/.*ansidecl.h.*/d' ${S}/configure.in
 }
 
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog \
--without-docbook --with-c14n --without-lzma --with-fexceptions" +EXTRA_OECONF = \
"--without-python --without-debug --without-legacy --with-catalog --without-docbook \
--with-c14n --without-lzma --with-fexceptions"  EXTRA_OECONF_class-native = \
"--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog \
--without-docbook --with-c14n --without-lzma"  EXTRA_OECONF_class-nativesdk = \
"--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog \
--without-docbook --with-c14n --without-lzma"  EXTRA_OECONF_linuxstdbase = \
"--without-python --with-debug --with-legacy --with-catalog --with-docbook \
                --with-c14n --without-lzma"
-- 
1.7.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic