diff options
| author | Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> | 2019-07-24 16:03:34 +0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-08-04 12:17:25 -0700 |
| commit | 95e58ad690353cddac806c9ae06f32b59b132d2a (patch) | |
| tree | 7c17207876299909cf39eb152e3027064c7762de /meta-tpm | |
| parent | df2745e1723ad96c569d73dfcd868ce71b541357 (diff) | |
| download | meta-security-95e58ad690353cddac806c9ae06f32b59b132d2a.tar.gz | |
tpm2-tcti-uefi: add autoconf-archive-native dependency
Add dependency on autoconf-archive-native to receive AX_* macro definitions.
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
| -rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb index 43854c4..983f72e 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "TCTI module for use with TSS2 libraries in UEFI environment" | |||
| 2 | SECTION = "security/tpm" | 2 | SECTION = "security/tpm" |
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | DEPENDS = "libtss2-dev gnu-efi-native gnu-efi pkgconfig" | 5 | DEPENDS = "libtss2-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ | 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ |
| 8 | file://configure_oe_fixup.patch \ | 8 | file://configure_oe_fixup.patch \ |
