mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
tpm-tools: fix build issue
This error occurs randomly. /bin/bash: pod2man: command not found [Yocto #14304] minor space/tab cleanup Signed-off-by: Armin Kuster <akuster808@gmail.com> Cc: Ben <koncept1@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"
|
DEPENDS = "libtspi openssl perl"
|
||||||
DEPENDS_class-native = "trousers-native"
|
DEPENDS_class-native = "trousers-native"
|
||||||
|
|
||||||
SRCREV = "bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84"
|
SRCREV = "bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84"
|
||||||
|
|||||||
Reference in New Issue
Block a user