summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-native.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-native.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
index fd97eff..20e1743 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -9,6 +9,8 @@ DEPENDS = "\
9 ca-certificates-native openssl-native coreutils-native \ 9 ca-certificates-native openssl-native coreutils-native \
10" 10"
11 11
12SRC_URI_append += "file://handle_extra_output.patch"
13
12PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
13PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native" 15PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native"
14PACKAGECONFIG[cups] = "--with-cups,,cups" 16PACKAGECONFIG[cups] = "--with-cups,,cups"
@@ -47,6 +49,14 @@ EXTRA_OEMAKE_append = ' \
47 images \ 49 images \
48' 50'
49 51
52do_configure_prepend() {
53 export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}"
54}
55
56do_compile_prepend() {
57 export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}"
58}
59
50do_compile_append() { 60do_compile_append() {
51 set -x 61 set -x
52 mkdir -p ${B}/certs 62 mkdir -p ${B}/certs