summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2021-02-05 16:58:46 +1300
committerRichard Leitner <richard.leitner@skidata.com>2021-02-21 07:54:42 +0100
commit2cf23656eddbf77ac0ce78f7840f8f40e18199f4 (patch)
tree6def60dc5f97475f5bfcaa90df2aa475a66389a1 /recipes-core/icedtea/icedtea7-native.inc
parenta5257d41f32812bc9426183cc8d2b6f07617b0d5 (diff)
downloadmeta-java-2cf23656eddbf77ac0ce78f7840f8f40e18199f4.tar.gz
classpath-native and friends: inherit native last
Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc3
1 files changed, 2 insertions, 1 deletions
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
36# Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources 36# Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources
37CFLAGS_append = " -fcommon" 37CFLAGS_append = " -fcommon"
38 38
39inherit native java autotools pkgconfig 39inherit java autotools pkgconfig
40inherit openjdk-build-helper 40inherit openjdk-build-helper
41inherit python3native 41inherit python3native
42inherit native
42 43
43JAVA_HOME[unexport] = "1" 44JAVA_HOME[unexport] = "1"
44 45