From bd78365cb4e0c66a4575705cbbbaab8651231e85 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Wed, 27 Jan 2021 18:50:05 +0100 Subject: sbsigntool-native: fix native last QA issue The native inherit should be last, move it. Solves: QA Issue: sbsigntool-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Alexandre Belloni Signed-off-by: Anuj Mittal --- recipes-support/sbsigntool/sbsigntool-native_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-support') diff --git a/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb index ce605b73..f6094a5c 100644 --- a/recipes-support/sbsigntool/sbsigntool-native_git.bb +++ b/recipes-support/sbsigntool/sbsigntool-native_git.bb @@ -34,7 +34,8 @@ PV = "0.9.4-git${SRCPV}" S = "${WORKDIR}/git" -inherit native autotools pkgconfig +inherit autotools pkgconfig +inherit native do_configure_prepend() { cd ${S} -- cgit v1.2.3-54-g00ecf