summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index dd3d397..74f686d 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -186,6 +186,8 @@ def get_jdk8_native_jobs(d):
186 # Whatever found in PARALLEL_MAKE was not suitable. 186 # Whatever found in PARALLEL_MAKE was not suitable.
187 return "1" 187 return "1"
188 188
189get_jdk8_native_jobs[vardepsexclude] += "OPENJDK8_PARALLEL_MAKE"
190
189# A function that is needed in the Shark builds. 191# A function that is needed in the Shark builds.
190def get_llvm_configure_arch(d): 192def get_llvm_configure_arch(d):
191 import bb; 193 import bb;