tpm2-pkcs11: fix RDEPENDS variable

The RDEPENDS variable was misspelled and as a result was never fixed up
with the `_${PN}` to `:${PN}` transition.  Fix both aspects.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Patrick Williams
2022-02-16 15:46:04 -06:00
committed by Armin Kuster
parent caec0c657d
commit a6fc2597b4

View File

@@ -52,5 +52,5 @@ FILES:${PN} += "\
${datadir}/p11-kit/* \
"
RDEPNDS_${PN} = "tpm2-tools"
RDEPENDS:${PN} = "tpm2-tools"
RDEPENDS:${PN}-tools += "${PYTHON_PN}-setuptools ${PYTHON_PN}-pyyaml ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1-modules"