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>
This commit is contained in:
Alexandre Belloni 2021-01-27 18:50:05 +01:00 committed by Anuj Mittal
parent 0f30b704df
commit bd78365cb4

View File

@ -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}