diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2024-04-30 13:33:32 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-05-08 22:05:40 -0400 |
| commit | cd729862f68152bc76db02cd4a93ca12a9424f88 (patch) | |
| tree | e702340ac641e21510bd59f0e8587930879247e2 | |
| parent | 9c43b073a2fc2f8e36005e2b84089728d8ea45d0 (diff) | |
| download | meta-security-cd729862f68152bc76db02cd4a93ca12a9424f88.tar.gz | |
tpm2-pkcs11: BBCLASSEXTEND native and nativesdk
swtpm-native requires tpm2-pkcs11-tools-native for gnutls PACKAGECONFIG
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb index 9dea957..59add84 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb | |||
| @@ -45,3 +45,5 @@ INSANE_SKIP:${PN} += "dev-so" | |||
| 45 | 45 | ||
| 46 | RDEPENDS:${PN} = "p11-kit tpm2-tools " | 46 | RDEPENDS:${PN} = "p11-kit tpm2-tools " |
| 47 | RDEPENDS:${PN}-tools = "python3-pyyaml python3-cryptography python3-pyasn1-modules" | 47 | RDEPENDS:${PN}-tools = "python3-pyyaml python3-cryptography python3-pyasn1-modules" |
| 48 | |||
| 49 | BBCLASSEXTEND = "native nativesdk" | ||
