mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
tpm-tools: Fix pod2man race
On some systems, pod2man is not available so add native depends. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SECTION = "tpm"
|
|||||||
LICENSE = "CPL-1.0"
|
LICENSE = "CPL-1.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
|
||||||
|
|
||||||
DEPENDS = "libtspi openssl perl"
|
DEPENDS = "libtspi openssl perl-native"
|
||||||
DEPENDS:class-native = "trousers-native"
|
DEPENDS:class-native = "trousers-native"
|
||||||
|
|
||||||
SRCREV = "bf43837575c5f7d31865562dce7778eae970052e"
|
SRCREV = "bf43837575c5f7d31865562dce7778eae970052e"
|
||||||
|
|||||||
Reference in New Issue
Block a user