mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02: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"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
inherit native
|
||||
|
||||
do_configure_prepend() {
|
||||
cd ${S}
|
||||
|
|
Loading…
Reference in New Issue
Block a user