summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/java-library.bbclass1
1 files changed, 1 insertions, 0 deletions
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"
17# Fully expanded - so it applies the overrides as well 17# Fully expanded - so it applies the overrides as well
18PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}" 18PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}"
19inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')} 19inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')}
20inherit python3native
20 21
21# use java_stage for native packages 22# use java_stage for native packages
22JAVA_NATIVE_STAGE_INSTALL = "1" 23JAVA_NATIVE_STAGE_INSTALL = "1"