diff options
-rw-r--r-- | meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb b/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb index d1205ff..3cbb594 100644 --- a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb +++ b/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb | |||
@@ -22,7 +22,7 @@ SRCREV = "e45324eba268723d39856111e7933c5c76238481" | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | inherit native pythonnative lib_package cmake | 25 | inherit pythonnative lib_package cmake native |
26 | 26 | ||
27 | EXTRA_OECMAKE = "\ | 27 | EXTRA_OECMAKE = "\ |
28 | -DCMAKE_BUILD_TYPE=Debug \ | 28 | -DCMAKE_BUILD_TYPE=Debug \ |