mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
tpm2-tools: update to 4.0.1
LIC_FILES_CHKSUM added new copyrights Migrate to https d/l from git clone Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
SUMMARY = "Tools for TPM2."
|
||||
DESCRIPTION = "tpm2-tools"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819"
|
||||
SECTION = "tpm"
|
||||
|
||||
DEPENDS = "pkgconfig tpm2-tss openssl curl autoconf-archive"
|
||||
|
||||
SRCREV = "a17daa948fc67685651bf3b7a589ed341080ddd3"
|
||||
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tools.git;branch=3.X"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Tools for TPM2."
|
||||
DESCRIPTION = "tpm2-tools"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc"
|
||||
SECTION = "tpm"
|
||||
|
||||
DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive"
|
||||
|
||||
SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "071aa40bc8721700ea4ed19cc2fdeabf"
|
||||
SRC_URI[sha256sum] = "ccec3fca6370341a102c5c2ef1ddb4e5cd242bf1bbc6c51d969f77fc78ca67d1"
|
||||
|
||||
inherit autotools pkgconfig bash-completion
|
||||
Reference in New Issue
Block a user