mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
tpm2-tools: Add missing rdepends
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
|
# do not extract the version number from git
|
||||||
sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac
|
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