summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2021-01-27 18:50:05 +0100
committerAnuj Mittal <anuj.mittal@intel.com>2021-01-28 08:04:37 +0800
commitbd78365cb4e0c66a4575705cbbbaab8651231e85 (patch)
tree9a3a2a53bd7afa0e48ec34bb0f9b18c4fb2a6d3d /recipes-support
parent0f30b704dfaf2885945a105340b5a206cd1a2212 (diff)
downloadmeta-intel-bd78365cb4e0c66a4575705cbbbaab8651231e85.tar.gz
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 <alexandre.belloni@bootlin.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/sbsigntool/sbsigntool-native_git.bb3
1 files changed, 2 insertions, 1 deletions
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}"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36
37inherit native autotools pkgconfig 37inherit autotools pkgconfig
38inherit native
38 39
39do_configure_prepend() { 40do_configure_prepend() {
40 cd ${S} 41 cd ${S}