mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
libxml2: Enable "--with-docbook --with-debug --with-catalog" for LSB test.
Enable options "--with-doc --with-debug --with-catalog" in order to pass LSB test. Signed-off-by: Jingdong Lu<jingdong.lu@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
df38d6cbf8
commit
39e239bb1d
@@ -21,6 +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"
|
||||
|
||||
# required for pythong binding
|
||||
export HOST_SYS
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libxml2.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI[md5sum] = "9abc9959823ca9ff904f1fbcf21df066"
|
||||
SRC_URI[sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68"
|
||||
|
||||
Reference in New Issue
Block a user