mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-19 23:19:55 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user