diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-04-30 13:33:33 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-05-08 22:06:10 -0400 |
commit | 1e4c3ba4c0a83c79de4c95826d4d885704f90d77 (patch) | |
tree | 5956232a513f38d0488c83f6056e31809a51ee5e | |
parent | cd729862f68152bc76db02cd4a93ca12a9424f88 (diff) | |
download | meta-security-1e4c3ba4c0a83c79de4c95826d4d885704f90d77.tar.gz |
tpm2-tools: BBCLASSEXTEND native and nativesdk
tpm2-pkcs11-tools-native needs tpm2-tools-native
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-tools/tpm2-tools_5.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
13 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" |
14 | 14 | ||
15 | inherit autotools pkgconfig bash-completion | 15 | inherit autotools pkgconfig bash-completion |
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||