From: Zhenhua Luo Date: Fri, 30 Nov 2012 08:31:57 +0000 (+0000) Subject: libxml2: add --with-fexceptions in configure flags to support exception handling... X-Git-Tag: rev_ivi_2015_02_04~14753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f31500229c79dc8ccaf0c16e73a3576541f0eb1b;p=scm%2Fbb%2Ftizen-distro.git libxml2: add --with-fexceptions in configure flags to support exception handling in C++ programs Without this flag, the library has a problem with C++ programs using exception handling. (From OE-Core rev: ff5552a8432298c32aec2ace72656b0d7059dad3) Signed-off-by: Zhenhua Luo Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 9ec507b..615c89e 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=bb90c48926316d9af6e2d70ca7013ade \ file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" +INC_PR = "r1" + DEPENDS_class-native = "python-native" DEPENDS =+ "zlib" @@ -24,7 +26,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" +EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-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"