summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-01-30 15:27:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:41 +0000
commitc0811670ab12f22ca7e1ea03cfaec417bfba9b66 (patch)
treef25ea1dc3bbfdc5e95e04a49d495657ace5e9599 /meta/recipes-core/libxml/libxml2.inc
parent0a12a3c0d236e4a6ebb790c934f356b1f660c226 (diff)
downloadpoky-c0811670ab12f22ca7e1ea03cfaec417bfba9b66.tar.gz
libxml2: Enable "--with-legacy" for LSB test.
Enable "--with-legacy" in order to pass library check of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc2
1 files changed, 1 insertions, 1 deletions
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
21 21
22EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" 22EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
23EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" 23EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n"
24EXTRA_OECONF_poky-lsb = "--without-python --with-debug --without-legacy --with-catalog --with-docbook --with-c14n" 24EXTRA_OECONF_poky-lsb = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n"
25 25
26# required for pythong binding 26# required for pythong binding
27export HOST_SYS 27export HOST_SYS