summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-15 11:23:32 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit6faa2504efcde0a719e6d59918762e8d0ec13224 (patch)
treee4abf372aab6bff3c41c2821117d8ec581306515
parent3bae06e29b60d71177cb63ad0b85bc5c46f7a144 (diff)
downloadmeta-security-6faa2504efcde0a719e6d59918762e8d0ec13224.tar.gz
libtpm: update to tip
LIC_FILES_CHKSUM changed do to "Extend license texts with TPM 2 specifics" Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
index b29ec6b..a930d7b 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
@@ -1,11 +1,9 @@
1SUMMARY = "LIBPM - Software TPM Library" 1SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
4 4
5SRCREV = "3388d45082bdc588c6fc0672f44d6d7d0aaa86ff" 5SRCREV = "4111bd1bcf721e6e7b5f11ed9c2b93083677aa25"
6SRC_URI = " \ 6SRC_URI = "git://github.com/stefanberger/libtpms.git"
7 git://github.com/stefanberger/libtpms.git \
8 "
9 7
10S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
11inherit autotools-brokensep pkgconfig 9inherit autotools-brokensep pkgconfig