tpm2simulator-native: fix native inheritance order

Classes native/nativesdk must be inherited last to prevent unexpected
behaviour.

Fixes QA warning:
QA Issue: tpm2simulator-native: native/nativesdk class is not inherited
last, this can result in unexpected behaviour. Classes inherited after
native/nativesdk: cmake.bbclass lib_package.bbclass python-dir.bbclass
pythonnative.bbclass [native-last]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2021-02-04 14:10:46 +08:00
committed by Jia Zhang
parent 3704b99169
commit 032e3b7740

View File

@@ -22,7 +22,7 @@ SRCREV = "e45324eba268723d39856111e7933c5c76238481"
S = "${WORKDIR}/git"
inherit native pythonnative lib_package cmake
inherit pythonnative lib_package cmake native
EXTRA_OECMAKE = "\
-DCMAKE_BUILD_TYPE=Debug \