summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-21 16:23:04 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-25 16:55:03 -0200
commitc78363c6050ef244a2df65e2677a03f0af09ecec (patch)
treefec225d957a689caffed3213096aeb0470d40dd5 /recipes-core
parent58c5f41799bec30a5576137d5477e8ba14a0a802 (diff)
downloadmeta-java-c78363c6050ef244a2df65e2677a03f0af09ecec.tar.gz
openjdk-6: pass option --disable-system-lcms
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@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/openjdk/openjdk-6-release-6b32.inc1
1 files changed, 1 insertions, 0 deletions
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 \
11 --enable-system-jpeg \ 11 --enable-system-jpeg \
12 --enable-system-png \ 12 --enable-system-png \
13 --enable-system-gif \ 13 --enable-system-gif \
14 --disable-system-lcms \
14 " 15 "
15do_configure_append () { 16do_configure_append () {
16 patch -p0 <${WORKDIR}/icedtea-openjdk-remove-currency-data-generation-expi.patch 17 patch -p0 <${WORKDIR}/icedtea-openjdk-remove-currency-data-generation-expi.patch