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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index cb6b5d3..0ffe5d5 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -33,6 +33,7 @@ SRC_URI = " \
33 ${ICEDTEA_PATCHES} \ 33 ${ICEDTEA_PATCHES} \
34 ${OPENJDK_PATCHES} \ 34 ${OPENJDK_PATCHES} \
35 file://allow-headless-build.patch;striplevel=0 \ 35 file://allow-headless-build.patch;striplevel=0 \
36 file://jaxws_fix_NullPointerException.patch;apply=no \
36 " 37 "
37 38
38S = "${WORKDIR}/${ICEDTEA}" 39S = "${WORKDIR}/${ICEDTEA}"
@@ -154,6 +155,8 @@ do_configure_append() {
154 done 155 done
155 ${POST_CONFIGURE_CLEAN_X11} 156 ${POST_CONFIGURE_CLEAN_X11}
156 oe_runmake patch-boot 157 oe_runmake patch-boot
158
159 patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch
157} 160}
158 161
159EXTRA_OEMAKE = ' \ 162EXTRA_OEMAKE = ' \