aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-04-04 10:13:23 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-04-04 10:13:23 +0100
commita70bfc57f0944785c9f4996256e6b21b2b708c06 (patch)
tree6640f2ddfb24aed3be30f85f9ac72ecd3feb86c2
parentc6be035ff99250ee3dc55ea6495ae7fb68c021c5 (diff)
openjdk8: ensure /usr/include/sys/sdt.h is not found
The build looks for a DTrace header during configure and that header, by name, will be present if your build host has installed the systemtap-dev package. Set ALT_SDT_H when invoking make to ensure that this header won't be found. Change-Id: I5bb1859a74bce80cea1aa22392e65eb8814ab685 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index a3aef743..68deaf4e 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -56,7 +56,7 @@ do_configure() {
}
do_compile() {
- make LOG=debug images
+ make LOG=debug ALT_SDT_H=/openjdk/path/to/a/nonexistent/directory images
}
do_install() {