mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
0f30b704df
commit
bd78365cb4
|
|
@ -34,7 +34,8 @@ PV = "0.9.4-git${SRCPV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit native autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
inherit native
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user