Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | SUMMARY = "TCTI module for use with TSS2 libraries in UEFI environment" |
| 2 | SECTION = "security/tpm" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | DEPENDS = "libtss2-dev gnu-efi-native gnu-efi pkgconfig" |
| 6 | |
| 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ |
| 8 | file://configure_oe_fixup.patch \ |
| 9 | " |
| 10 | SRCREV = "131889d12d2c7d8974711d2ebd1032cd32577b7f" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
| 17 | EXTRA_OECONF_append = " --with-efi-includedir=${STAGING_INCDIR}/efi --with-efi-lds=${STAGING_LIBDIR_NATIVE}/" |
| 18 | RDEPENDS_${PN} = "gnu-efi" |