diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-01-19 16:30:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:01 +0000 |
commit | 39e239bb1da5517226496276770b5efa92e91a40 (patch) | |
tree | 44015b1f65ad33ce3db89f887056e3d290fd0ebe /meta | |
parent | df38d6cbf8bed689569e360797e57830e8d7cf5d (diff) | |
download | poky-39e239bb1da5517226496276770b5efa92e91a40.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.7.7.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 748a7fb241..78ee78177f 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
@@ -21,6 +21,7 @@ inherit autotools pkgconfig binconfig | |||
21 | 21 | ||
22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" | 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" |
23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" | 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" |
24 | EXTRA_OECONF_poky-lsb = "--without-python --with-debug --without-legacy --with-catalog --with-docbook --with-c14n" | ||
24 | 25 | ||
25 | # required for pythong binding | 26 | # required for pythong binding |
26 | export HOST_SYS | 27 | export HOST_SYS |
diff --git a/meta/recipes-core/libxml/libxml2_2.7.7.bb b/meta/recipes-core/libxml/libxml2_2.7.7.bb index 9615a7fb06..daec3be7f7 100644 --- a/meta/recipes-core/libxml/libxml2_2.7.7.bb +++ b/meta/recipes-core/libxml/libxml2_2.7.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libxml2.inc | 1 | require libxml2.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "9abc9959823ca9ff904f1fbcf21df066" | 5 | SRC_URI[md5sum] = "9abc9959823ca9ff904f1fbcf21df066" |
6 | SRC_URI[sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68" | 6 | SRC_URI[sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68" |