mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 18:08:17 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user