From: Ting Liu <[email protected]>

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 <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to