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/openjdk/openjdk-8-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/openjdk/openjdk-8-native.inc') diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index 92d9473..3282257 100644 --- a/recipes-core/openjdk/openjdk-8-native.inc +++ b/recipes-core/openjdk/openjdk-8-native.inc @@ -32,10 +32,10 @@ EXTRA_OECONF_append = "\ " # --with-boot-jdk=${WORKDIR}/fake-jdk -inherit native - require openjdk-8-common.inc +inherit native + CFLAGS_append = " ${@jdk_cpp_options(d)}" CPPFLAGS_append = "${@jdk_cpp_options(d)}" CXXFLAGS_append = " ${@jdk_cpp_options(d)}" -- cgit v1.2.3-54-g00ecf