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 <[email protected]> --- 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}" -- 2.1.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
