mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 14:30:42 +00:00
packagegroup-security-tpm2: Depend on preferred provider for cryptsetup
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
bedfdc1fb9
commit
ed7875b085
@@ -7,6 +7,7 @@ inherit packagegroup
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
PREFERRED_PROVIDER_cryptsetup ?= "cryptsetup-tpm-incubator"
|
||||
SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
|
||||
RDEPENDS_packagegroup-security-tpm2 = " \
|
||||
tpm2-tools \
|
||||
@@ -19,5 +20,5 @@ RDEPENDS_packagegroup-security-tpm2 = " \
|
||||
tpm2-abrmd \
|
||||
tpm2-pkcs11 \
|
||||
ibmswtpm2 \
|
||||
cryptsetup-tpm-incubator \
|
||||
${PREFERRED_PROVIDER_cryptsetup} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user