summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index e45bcf4..4d8f935 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -4,8 +4,7 @@ LICENSE = "GPL-2.0-with-classpath-exception"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3e0b59f8fac05c3c03d4a26bbda13f8f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3e0b59f8fac05c3c03d4a26bbda13f8f"
6 6
7inherit java autotools gettext qemu pkgconfig 7require openjdk-common.inc
8inherit openjdk-build-helper
9 8
10AUTOTOOLS_SCRIPT_PATH = "${S}/common/autoconf/" 9AUTOTOOLS_SCRIPT_PATH = "${S}/common/autoconf/"
11export AUTOCONF_DIR="${AUTOTOOLS_SCRIPT_PATH}" 10export AUTOCONF_DIR="${AUTOTOOLS_SCRIPT_PATH}"
@@ -160,10 +159,6 @@ do_configure_prepend() {
160 export ${@jdk_environment_options(d)} 159 export ${@jdk_environment_options(d)}
161} 160}
162 161
163# Provide the translated target architectures
164export LLVM_CONFIGURE_ARCH="${@openjdk_build_helper_get_llvm_configure_arch(d)}"
165JDK_ARCH = "${@openjdk_build_helper_get_jdk_arch(d)}"
166
167export DEBUG_BINARIES = "true" 162export DEBUG_BINARIES = "true"
168 163
169ALTERNATIVE_PRIORITY = "50" 164ALTERNATIVE_PRIORITY = "50"