From 19b569281cc30e3aa94e772d6885cd340b1d1724 Mon Sep 17 00:00:00 2001 From: Kraag Gorim Date: Fri, 24 Jan 2020 17:22:18 +0100 Subject: 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 Signed-off-by: Richard Leitner --- recipes-core/icedtea/icedtea7-native.inc | 1 + 1 file changed, 1 insertion(+) 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" inherit native java autotools pkgconfig inherit openjdk-build-helper +inherit python3native JAVA_HOME[unexport] = "1" -- cgit v1.2.3-54-g00ecf