diff options
author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2016-07-07 10:55:18 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-18 10:37:49 -0300 |
commit | dcef9ff46b9dc6f718cf2e63d48842dd0236bed1 (patch) | |
tree | ec0dcc994a72073a93b0d3dc0f23bd8596173879 /recipes-core/openjdk/openjdk-8-common.inc | |
parent | 33fbcd43cae1b9c08704792547159d27f2fdbe50 (diff) | |
download | meta-java-dcef9ff46b9dc6f718cf2e63d48842dd0236bed1.tar.gz |
openjdk-7, openjdk-8: use vardeps to fix shared state
Previously if PARALLEL_MAKE changed, so did the task signature
for do_configure. Use vardepsvalue so that the signature remains
constant.
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-common.inc | 2 |
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 | ||
189 | get_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. |
190 | def get_llvm_configure_arch(d): | 192 | def get_llvm_configure_arch(d): |
191 | import bb; | 193 | import bb; |