From e07c4666d008f2ec0c0dcfe28f9ea5c7d649f0fe Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 12 Aug 2015 17:03:53 +0200 Subject: openjdk-7-common: explicitely disable PCSC and SCTP PCSC default value was changed to true and SCTP was added during the 2.6.0 IcedTea release so disable them both explicitely in openjdk-7-common.inc Signed-off-by: Richard Leitner Signed-off-by: Otavio Salvador --- recipes-core/openjdk/openjdk-7-common.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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 = " \ --with-cc-for-build=${BUILD_CC} \ " +# PCSC default value was changed to true and SCTP was added during the 2.6.0 +# release so we disable them both explicitely here +EXTRA_OECONF += " \ + --disable-system-pcsc \ + --disable-system-sctp \ + " + do_configure_prepend() { echo "Configure with parallel-jobs: ${JDK_JOBS}" -- cgit v1.2.3-54-g00ecf