]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: Enable "--with-legacy" for LSB test.
authorJingdong Lu <jingdong.lu@windriver.com>
Sun, 30 Jan 2011 07:27:44 +0000 (15:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:41 +0000 (23:59 +0000)
Enable "--with-legacy" in order to pass library check of LSB.

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
meta/recipes-core/libxml/libxml2.inc
meta/recipes-core/libxml/libxml2_2.7.7.bb

index 78ee78177fc31b97911f39768d12966a5f16f479..ba6db8f2c0df1f98c17b79f34f0396c9103900b7 100644 (file)
@@ -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
index daec3be7f7479115e37c45e8057b54efa0202cc8..91f4ceb94e8260b7dc8083768ee0ee2068e369be 100644 (file)
@@ -1,6 +1,6 @@
 require libxml2.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI[md5sum] = "9abc9959823ca9ff904f1fbcf21df066"
 SRC_URI[sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68"