[oe] [meta-java][PATCH 2/4] openjdk-6: pass option --disable-system-lcms

b28495 at freescale.com b28495 at freescale.com
Wed Jan 21 08:23:04 UTC 2015


From: Ting Liu <ting.liu at freescale.com>

Fix the below issue:
| checking whether to enable the use of LCMS2... yes
| checking whether to use the system LCMS install... yes
| checking for LCMS2... no
| configure: error: Could not find LCMS >= 2.5; install it or build with --disable-system-lcms to use the in-tree copy.
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-core/openjdk/openjdk-6-release-6b32.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-core/openjdk/openjdk-6-release-6b32.inc b/recipes-core/openjdk/openjdk-6-release-6b32.inc
index bf5e675..f49048d 100644
--- a/recipes-core/openjdk/openjdk-6-release-6b32.inc
+++ b/recipes-core/openjdk/openjdk-6-release-6b32.inc
@@ -11,6 +11,7 @@ EXTRA_OECONF += "--disable-downloading \
                  --enable-system-jpeg \
                  --enable-system-png \
                  --enable-system-gif \
+                 --disable-system-lcms \
                 "
 do_configure_append () {
     patch -p0 <${WORKDIR}/icedtea-openjdk-remove-currency-data-generation-expi.patch
-- 
1.9.1




More information about the Openembedded-devel mailing list