summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-03-04 10:50:51 -0800
committerArmin Kuster <akuster808@gmail.com>2019-03-06 11:49:35 -0800
commit155c0cb09d87c69f0c29e2b3b5602b2d7d307f8a (patch)
tree09ade0aa40c7e03518d2e7cb06edf922d287237e
parente7dec926cfc2ce57b42737ff64005e633041c9a3 (diff)
downloadmeta-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 @@
1SUMMARY = "Software stack for TPM2." 1SUMMARY = "Software stack for TPM2."
2DESCRIPTION = "tpm2.0-tss like woah." 2DESCRIPTION = "tpm2.0-tss like woah."
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=0b1d631c4218b72f6b05cb58613606f4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
5SECTION = "tpm" 5SECTION = "tpm"
6 6
7DEPENDS = "autoconf-archive-native libgcrypt" 7DEPENDS = "autoconf-archive-native libgcrypt openssl"
8 8
9SRCREV = "dc31e8dca9dbc77d16e419dc514ce8c526cd3351" 9SRCREV = "eb69e13559f20a0b49002a685c6f4a39be9503e2"
10 10
11SRC_URI = "git://github.com/tpm2-software/tpm2-tss.git;branch=2.0.x" 11SRC_URI = "git://github.com/tpm2-software/tpm2-tss.git;branch=2.2.x"
12 12
13inherit autotools-brokensep pkgconfig systemd 13inherit autotools-brokensep pkgconfig systemd
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, "
19
17do_configure_prepend () { 20do_configure_prepend () {
18 ./bootstrap 21 ./bootstrap
19} 22}
@@ -72,3 +75,5 @@ FILES_libtss2-dev = " \
72FILES_libtss2-staticdev = "${libdir}/libtss*a" 75FILES_libtss2-staticdev = "${libdir}/libtss*a"
73 76
74FILES_${PN} = "${libdir}/udev" 77FILES_${PN} = "${libdir}/udev"
78
79RDEPENDS_libtss2 = "libgcrypt"