From c0811670ab12f22ca7e1ea03cfaec417bfba9b66 Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Sun, 30 Jan 2011 15:27:44 +0800 Subject: libxml2: Enable "--with-legacy" for LSB test. Enable "--with-legacy" in order to pass library check of LSB. Signed-off-by: Jingdong Lu --- meta/recipes-core/libxml/libxml2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml/libxml2.inc') diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 78ee78177f..ba6db8f2c0 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -21,7 +21,7 @@ inherit autotools pkgconfig binconfig EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" -EXTRA_OECONF_poky-lsb = "--without-python --with-debug --without-legacy --with-catalog --with-docbook --with-c14n" +EXTRA_OECONF_poky-lsb = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n" # required for pythong binding export HOST_SYS -- cgit v1.2.3-54-g00ecf