diff options
author | Andrew McDermott <andrew.mcdermott@linaro.org> | 2013-08-02 09:12:23 +0100 |
---|---|---|
committer | Andrew McDermott <andrew.mcdermott@linaro.org> | 2013-08-02 09:12:23 +0100 |
commit | 20c99e65e979400aa9ecb9b985d1d977506165c4 (patch) | |
tree | cc146683bbece0425bc769ba97dad7d13c3f789a /meta-aarch64/recipes-core | |
parent | 35b751f6802713f015b31c3012d545656c94365b (diff) | |
download | meta-linaro-20c99e65e979400aa9ecb9b985d1d977506165c4.tar.gz |
aarch64: openjdk-8: disable ccache when building
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-aarch64/recipes-core')
-rw-r--r-- | meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc index 390fe514..d7c42a85 100644 --- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc +++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc @@ -6,7 +6,7 @@ SECTION = "libs" INHIBIT_PACKAGE_STRIP = "1" #INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INC_PR = "r8" +INC_PR = "r9" SRC_URI = " \ ${OPENJDK_URI} \ @@ -53,7 +53,7 @@ S="${WORKDIR}/jdk8" do_configure() { unset MAKE - bash ./configure --with-debug-level=release --with-jvm-variants=client --with-sys-root=${STAGING_DIR_TARGET} --enable-unlimited-crypto --openjdk-target=aarch64-oe-linux --with-cacerts-file=${STAGING_LIBDIR_NATIVE}/jvm/icedtea7-native/jre/lib/security/cacerts --with-zlib=system --with-stdc++lib=dynamic --with-boot-jdk=${STAGING_LIBDIR_NATIVE}/jvm/icedtea7-native + bash ./configure --with-debug-level=release --with-jvm-variants=client --with-sys-root=${STAGING_DIR_TARGET} --enable-unlimited-crypto --openjdk-target=aarch64-oe-linux --with-cacerts-file=${STAGING_LIBDIR_NATIVE}/jvm/icedtea7-native/jre/lib/security/cacerts --with-zlib=system --with-stdc++lib=dynamic --with-boot-jdk=${STAGING_LIBDIR_NATIVE}/jvm/icedtea7-native --disable-ccache } do_compile() { |