summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj/libecj-bootstrap.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/ecj/libecj-bootstrap.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/ecj/libecj-bootstrap.inc')
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index 04425f4..8f84fd0 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -9,7 +9,7 @@ DEPENDS = "classpath-initial-native fastjar-native jikes-initial-native virtual/
9 9
10INC_PR = "r5" 10INC_PR = "r5"
11 11
12inherit native java 12inherit java native
13 13
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15 15