mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
tpm2.0 prefix: rename to tpm2 take2
v1 was commited. This is the additional changes. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SECTION = "security/tpm"
|
|||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||||
|
|
||||||
DEPENDS = "autoconf-archive dbus glib-2.0 tpm2.0-tss glib-2.0-native \
|
DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \
|
||||||
libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim"
|
libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim"
|
||||||
|
|
||||||
|
|
||||||
@@ -50,6 +50,6 @@ do_install_append() {
|
|||||||
FILES_${PN} += "${libdir}/systemd/system-preset \
|
FILES_${PN} += "${libdir}/systemd/system-preset \
|
||||||
${datadir}/dbus-1"
|
${datadir}/dbus-1"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "tpm2.0-tss"
|
RDEPENDS_${PN} += "tpm2-tss"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SECTION = "security/tpm"
|
|||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b748af41ef1300c98e105b3b7ec4ecc1"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b748af41ef1300c98e105b3b7ec4ecc1"
|
||||||
|
|
||||||
DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2.0-tools"
|
DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git \
|
SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git \
|
||||||
file://bootstrap_fixup.patch \
|
file://bootstrap_fixup.patch \
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
SUMMARY = "Tools for TPM2."
|
SUMMARY = "Tools for TPM2."
|
||||||
DESCRIPTION = "tpm2.0-tools"
|
DESCRIPTION = "tpm2-tools"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819"
|
||||||
SECTION = "tpm"
|
SECTION = "tpm"
|
||||||
|
|
||||||
DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive"
|
DEPENDS = "pkgconfig tpm2-tss openssl curl autoconf-archive"
|
||||||
|
|
||||||
SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369"
|
SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
SUMMARY = "Software stack for TPM2."
|
SUMMARY = "Software stack for TPM2."
|
||||||
DESCRIPTION = "tpm2.0-tss like woah."
|
DESCRIPTION = "OSS implementation of the TCG TPM2 Software Stack (TSS2) "
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||||
SECTION = "tpm"
|
SECTION = "tpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user