diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-04-30 13:33:34 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-05-08 22:06:37 -0400 |
commit | c690e293275c9d4bb411333da27418d498540e9d (patch) | |
tree | 3d043ed5890c5dbc9a666df314f849912b3ee534 | |
parent | 1e4c3ba4c0a83c79de4c95826d4d885704f90d77 (diff) | |
download | meta-security-c690e293275c9d4bb411333da27418d498540e9d.tar.gz |
libtpm: BBCLASSEXTEND nativesdk
nativesdk-swtpm needs nativesdk-libtpm
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb index a860319..cd47155 100644 --- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb +++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb | |||
@@ -13,4 +13,4 @@ inherit autotools-brokensep pkgconfig perlnative | |||
13 | PACKAGECONFIG ?= "openssl" | 13 | PACKAGECONFIG ?= "openssl" |
14 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 14 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native nativesdk" |