diff options
Diffstat (limited to 'meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb')
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb index 9a57308..a27acca 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
6 | 6 | ||
7 | DEPENDS = "autoconf-archive-native libgcrypt openssl" | 7 | DEPENDS = "autoconf-archive-native openssl" |
8 | 8 | ||
9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ | 9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ |
10 | file://fixup_hosttools.patch \ | 10 | file://fixup_hosttools.patch \ |
@@ -92,6 +92,4 @@ FILES:${PN} = "\ | |||
92 | ${sysconfdir}/tpm2-tss \ | 92 | ${sysconfdir}/tpm2-tss \ |
93 | ${sysconfdir}/sysusers.d" | 93 | ${sysconfdir}/sysusers.d" |
94 | 94 | ||
95 | RDEPENDS:libtss2 = "libgcrypt" | ||
96 | |||
97 | BBCLASSEXTEND = "native nativesdk" | 95 | BBCLASSEXTEND = "native nativesdk" |