aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-core
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-02 15:04:07 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-02 15:04:33 +0100
commit054a28a17cd3d8175551a1db7815e15708406d7a (patch)
treefe9baffb02f2f0c43f5166828046c62c98d306c7 /meta-aarch64/recipes-core
parent0794becb413540dc4afbb5ab55fbdf64edb3f01a (diff)
Revert "openjdk-8: set sysroot manually"
This reverts commit 0794becb413540dc4afbb5ab55fbdf64edb3f01a. 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.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index 92331491..d7c42a85 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -17,9 +17,6 @@ libdir_jvm ?= "${libdir}/jvm"
JDKPN = "openjdk-8"
JDK_DIR = "java-8-openjdk"
JDK_HOME = "${libdir_jvm}/${JDK_DIR}"
-CFLAGS += "--sysroot=${STAGING_DIR_TARGET}"
-CPPFLAGS += "--sysroot=${STAGING_DIR_TARGET}"
-CXXFLAGS += "--sysroot=${STAGING_DIR_TARGET}"
PN = "${JDKPN}-jre"
PROVIDES += "${JDKPN}"