tpm2-tools: Add missing rdepends

Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 311b7daea1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-05-19 13:25:32 -07:00
parent 2f91f348a3
commit 4270d36b75

View File

@@ -16,3 +16,6 @@ do_configure:prepend() {
# do not extract the version number from git
sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac
}
# need tss-esys
RDEPENDS:${PN} = "libtss2 tpm2-abrmd"