diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2021-02-05 16:58:46 +1300 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-02-21 07:54:42 +0100 |
commit | 2cf23656eddbf77ac0ce78f7840f8f40e18199f4 (patch) | |
tree | 6def60dc5f97475f5bfcaa90df2aa475a66389a1 /recipes-core/classpath | |
parent | a5257d41f32812bc9426183cc8d2b6f07617b0d5 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-core/classpath/classpath-native.inc | 2 |
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 | ||
6 | DEPENDS = "fastjar-native zip-native" | 6 | DEPENDS = "fastjar-native zip-native" |
7 | 7 | ||
8 | inherit autotools native gettext | 8 | inherit autotools gettext native |
9 | 9 | ||
10 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 10 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
11 | 11 | ||