summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc
index 5b0ac7c..837f0b8 100644
--- a/recipes-core/openjdk/openjdk-7-common.inc
+++ b/recipes-core/openjdk/openjdk-7-common.inc
@@ -121,6 +121,13 @@ EXTRA_OECONF = " \
121 --with-cc-for-build=${BUILD_CC} \ 121 --with-cc-for-build=${BUILD_CC} \
122 " 122 "
123 123
124# PCSC default value was changed to true and SCTP was added during the 2.6.0
125# release so we disable them both explicitely here
126EXTRA_OECONF += " \
127 --disable-system-pcsc \
128 --disable-system-sctp \
129 "
130
124do_configure_prepend() { 131do_configure_prepend() {
125 echo "Configure with parallel-jobs: ${JDK_JOBS}" 132 echo "Configure with parallel-jobs: ${JDK_JOBS}"
126 133