[oe] [PATCH 1/5] openjdk-7-common: explicitely disable PCSC and SCTP

Richard Leitner richard.leitner at skidata.com
Wed Aug 12 15:03:53 UTC 2015


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 <richard.leitner at skidata.com>
---
 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




More information about the Openembedded-devel mailing list