From 97f81e65843dd1e01c55cae528fd766dd13a265d Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Mon, 31 Oct 2016 11:34:33 +0100 Subject: icedtea7-native: Fix segmentation fault Without this patch the generated icedtea produces segmentation faults. This is probably due to a race condition during cleanout. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Otavio Salvador --- recipes-core/icedtea/icedtea7-native.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/icedtea/icedtea7-native.inc') diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index a8428dc..55cb7e7 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc @@ -42,6 +42,7 @@ SRC_URI = " \ file://allow-headless-build.patch;striplevel=0 \ file://jaxws_fix_NullPointerException.patch;apply=no \ file://timezoneszip.patch \ + file://sigsegv.patch;apply=no \ " S = "${WORKDIR}/${ICEDTEA}" @@ -152,6 +153,7 @@ do_configure_append() { oe_runmake patch-boot patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch + patch -p1 < ${WORKDIR}/sigsegv.patch } EXTRA_OEMAKE = ' \ -- cgit v1.2.3-54-g00ecf