summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-08-13 16:09:17 +0100
committerRichard Leitner <dev@g0hl1n.net>2018-08-13 22:52:44 +0200
commit3c710bf3a90fde0cf6d590ffefc349bfb9a1c677 (patch)
tree19ae03f9fe7ff972135093b859e0be909e40f4e9 /recipes-core/icedtea/icedtea7-native.inc
parentd359ad5ad46c77c183573ce601f03d868eb983bf (diff)
downloadmeta-java-3c710bf3a90fde0cf6d590ffefc349bfb9a1c677.tar.gz
java.bbclass: move openjdk/icedtea specific code into new class
The code moved is not relevant to anything using java, just for compiling java itself. It doesn't make sense to have here. Move it into openjdk-build-helper Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
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 \