summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-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/classpath/classpath-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/classpath/classpath-native.inc')
-rw-r--r--recipes-core/classpath/classpath-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc
index b1de458..c81e064 100644
--- a/recipes-core/classpath/classpath-native.inc
+++ b/recipes-core/classpath/classpath-native.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
5 5
6DEPENDS = "fastjar-native zip-native" 6DEPENDS = "fastjar-native zip-native"
7 7
8inherit autotools native gettext 8inherit autotools gettext native
9 9
10SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 10SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
11 11