diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-04 10:50:51 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-06 11:49:35 -0800 |
commit | 155c0cb09d87c69f0c29e2b3b5602b2d7d307f8a (patch) | |
tree | 09ade0aa40c7e03518d2e7cb06edf922d287237e | |
parent | e7dec926cfc2ce57b42737ff64005e633041c9a3 (diff) | |
download | meta-security-155c0cb09d87c69f0c29e2b3b5602b2d7d307f8a.tar.gz |
tpm2.o-tss: update to 2.4.1
LIC_FILES_CHKSUM changed to do SPDX ref being removed.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.2.1.bb (renamed from meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.0.1.bb) | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.0.1.bb b/meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.2.1.bb index 9d1ff72..4f9db50 100644 --- a/meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.0.1.bb +++ b/meta-tpm/recipes-tpm/tpm2.0-tss/tpm2.0-tss_2.2.1.bb | |||
@@ -1,19 +1,22 @@ | |||
1 | SUMMARY = "Software stack for TPM2." | 1 | SUMMARY = "Software stack for TPM2." |
2 | DESCRIPTION = "tpm2.0-tss like woah." | 2 | DESCRIPTION = "tpm2.0-tss like woah." |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0b1d631c4218b72f6b05cb58613606f4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
6 | 6 | ||
7 | DEPENDS = "autoconf-archive-native libgcrypt" | 7 | DEPENDS = "autoconf-archive-native libgcrypt openssl" |
8 | 8 | ||
9 | SRCREV = "dc31e8dca9dbc77d16e419dc514ce8c526cd3351" | 9 | SRCREV = "eb69e13559f20a0b49002a685c6f4a39be9503e2" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss.git;branch=2.0.x" | 11 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss.git;branch=2.2.x" |
12 | 12 | ||
13 | inherit autotools-brokensep pkgconfig systemd | 13 | inherit autotools-brokensep pkgconfig systemd |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | ||
18 | PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, " | ||
19 | |||
17 | do_configure_prepend () { | 20 | do_configure_prepend () { |
18 | ./bootstrap | 21 | ./bootstrap |
19 | } | 22 | } |
@@ -72,3 +75,5 @@ FILES_libtss2-dev = " \ | |||
72 | FILES_libtss2-staticdev = "${libdir}/libtss*a" | 75 | FILES_libtss2-staticdev = "${libdir}/libtss*a" |
73 | 76 | ||
74 | FILES_${PN} = "${libdir}/udev" | 77 | FILES_${PN} = "${libdir}/udev" |
78 | |||
79 | RDEPENDS_libtss2 = "libgcrypt" | ||