summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc2
1 files changed, 2 insertions, 0 deletions
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 = " \
42 file://allow-headless-build.patch;striplevel=0 \ 42 file://allow-headless-build.patch;striplevel=0 \
43 file://jaxws_fix_NullPointerException.patch;apply=no \ 43 file://jaxws_fix_NullPointerException.patch;apply=no \
44 file://timezoneszip.patch \ 44 file://timezoneszip.patch \
45 file://sigsegv.patch;apply=no \
45 " 46 "
46 47
47S = "${WORKDIR}/${ICEDTEA}" 48S = "${WORKDIR}/${ICEDTEA}"
@@ -152,6 +153,7 @@ do_configure_append() {
152 oe_runmake patch-boot 153 oe_runmake patch-boot
153 154
154 patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch 155 patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch
156 patch -p1 < ${WORKDIR}/sigsegv.patch
155} 157}
156 158
157EXTRA_OEMAKE = ' \ 159EXTRA_OEMAKE = ' \