diff mbox series

[meta-security,2/4] tpm2-tools: BBCLASSEXTEND native and nativesdk

Message ID 20240430203335.110707-2-tim.orling@konsulko.com
State New
Headers show
Series [meta-security,1/4] tpm2-pkcs11: BBCLASSEXTEND native and nativesdk | expand

Commit Message

Tim Orling April 30, 2024, 8:33 p.m. UTC
tpm2-pkcs11-tools-native needs tpm2-tools-native

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb
index 8119bb1..9bad758 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb
@@ -13,3 +13,5 @@  SRC_URI[sha256sum] = "1fdb49c730537bfdaed088884881a61e3bfd121e957ec0bdceeec02612
 UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
 
 inherit autotools pkgconfig bash-completion
+
+BBCLASSEXTEND = "native nativesdk"