From 2cf23656eddbf77ac0ce78f7840f8f40e18199f4 Mon Sep 17 00:00:00 2001 From: Douglas Royds Date: Fri, 5 Feb 2021 16:58:46 +1300 Subject: classpath-native and friends: inherit native last Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last Signed-off-by: Douglas Royds Signed-off-by: Richard Leitner --- recipes-core/icedtea/icedtea7-native.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/icedtea/icedtea7-native.inc') diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 5351fe1..f53715f 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc @@ -36,9 +36,10 @@ CFLAGS_append = " ${@oe.utils.conditional('HOST_COMPILER_MAJOR', '9', '-Wno-erro # Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources CFLAGS_append = " -fcommon" -inherit native java autotools pkgconfig +inherit java autotools pkgconfig inherit openjdk-build-helper inherit python3native +inherit native JAVA_HOME[unexport] = "1" -- cgit v1.2.3-54-g00ecf