From ac5a9dc7113d06cc2900b5c71a4beb342f950d66 Mon Sep 17 00:00:00 2001 From: Kraag Gorim Date: Fri, 24 Jan 2020 17:22:14 +0100 Subject: java-library: inherit python native Several components make use of python in their build process. To not rely on python being part of the HOSTTOOLS python should be inherited. Signed-off-by: Kraag Gorim Signed-off-by: Richard Leitner --- classes/java-library.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass index d801930..2ce96ab 100644 --- a/classes/java-library.bbclass +++ b/classes/java-library.bbclass @@ -17,6 +17,7 @@ PACKAGE_ARCH ?= "all" # Fully expanded - so it applies the overrides as well PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}" inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')} +inherit python3native # use java_stage for native packages JAVA_NATIVE_STAGE_INSTALL = "1" -- cgit v1.2.3-54-g00ecf