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-01-27 10:00:26 +0100
commit19b569281cc30e3aa94e772d6885cd340b1d1724 (patch)
treef5e02c7f05cde401007872a99c65ce244803c4d9
parentac5a9dc7113d06cc2900b5c71a4beb342f950d66 (diff)
downloadmeta-java-19b569281cc30e3aa94e772d6885cd340b1d1724.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