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/cacao/cacao-initial-native_0.98.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/cacao') diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb index 8125e88..a43d3f4 100644 --- a/recipes-core/cacao/cacao-initial-native_0.98.bb +++ b/recipes-core/cacao/cacao-initial-native_0.98.bb @@ -6,7 +6,7 @@ SECTION = "interpreters" PROVIDES = "virtual/java-initial-native" -inherit native autotools-brokensep +inherit autotools-brokensep native DEPENDS = "zlib-native libtool-native fastjar-native classpath-initial-native jikes-initial-native" -- cgit v1.2.3-54-g00ecf