From a6fc2597b4137dd2d6255cb77e1b0442b1c90d80 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 16 Feb 2022 15:46:04 -0600 Subject: 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 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb index d70dbfa..177c3c3 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf