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, 2 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 93463be..30fb24a 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -25,6 +25,7 @@ CXXFLAGS_append = " -fno-tree-dse"
25CXX_append = " -std=gnu++98" 25CXX_append = " -std=gnu++98"
26 26
27inherit native java autotools pkgconfig 27inherit native java autotools pkgconfig
28inherit openjdk-build-helper
28 29
29JAVA_HOME[unexport] = "1" 30JAVA_HOME[unexport] = "1"
30 31
@@ -58,7 +59,7 @@ export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}"
58INSANE_SKIP_${PN} = "already-stripped" 59INSANE_SKIP_${PN} = "already-stripped"
59 60
60EXTRA_OECONF = "\ 61EXTRA_OECONF = "\
61 --with-parallel-jobs=${@java_get_parallel_make(d)} \ 62 --with-parallel-jobs=${@openjdk_build_helper_get_parallel_make(d)} \
62 \ 63 \
63 --disable-tests \ 64 --disable-tests \
64 --disable-hotspot-tests \ 65 --disable-hotspot-tests \