From f04f6fede966257d765ccdd22d671f93142afe57 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Thu, 12 Feb 2026 09:38:35 +0100 Subject: [PATCH] python3-tpm2-pytss: BBCLASSEXTEND native and nativesdk Commit cd729862f68152bc76db02cd4a93ca12a9424f88 added native/nativesdk possibility to tpm2-pkcs11. After 784ca4b6584101e971b2d5d76ec7b716ad1301b5 which added rdepends on python3-tpm2-pytss, there are errors like: Missing or unbuildable dependency chain was: ['', 'swtpm-native', 'tpm2-pkcs11-tools-native', 'python3-tpm2-pytss-native'] Signed-off-by: Peter Marko Signed-off-by: Scott Murray --- meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb index 4ddf287..63ed8cf 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb @@ -19,3 +19,5 @@ DEPENDS = " \ " RDEPENDS:${PN} = "libtss2 python3-asn1crypto" + +BBCLASSEXTEND = "native nativesdk"