summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKraag Gorim <kraaggorim@gmail.com>2020-01-24 17:22:18 +0100
committerRichard Leitner <richard.leitner@skidata.com>2020-08-17 13:24:19 +0200
commit50b338fc3ec6c437f590ba83f6d051277ed261c6 (patch)
treead1428c7b39a96b72c63fc2690f90a624dceabf7
parent0cb723663bdf47ea4e4d89d51ecf0142281d8267 (diff)
downloadmeta-java-50b338fc3ec6c437f590ba83f6d051277ed261c6.tar.gz
icedtea7-native: inherit python native
icedtea7-native relys on python to enable building it. Therefor it should inherit python instead of assuming python being part of HOSTTOOLS. Signed-off-by: Kraag Gorim <kraaggorim@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 264ff28..8d0dc71 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -30,6 +30,7 @@ CFLAGS_append = " -Wno-error=stringop-overflow -Wno-error=return-type"
30 30
31inherit native java autotools pkgconfig 31inherit native java autotools pkgconfig
32inherit openjdk-build-helper 32inherit openjdk-build-helper
33inherit python3native
33 34
34JAVA_HOME[unexport] = "1" 35JAVA_HOME[unexport] = "1"
35 36