summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-03-14 21:22:54 -0700
committerArmin Kuster <akuster808@gmail.com>2017-03-27 14:57:26 -0700
commit6c9a5826f0feb135cea67152ef6088d44bddce98 (patch)
tree7936d839812d9df026862fe84ccc44867625411a
parent27d461b85c2a706ab1e6b78c7ec2a265d0620ac7 (diff)
downloadmeta-security-6c9a5826f0feb135cea67152ef6088d44bddce98.tar.gz
tpm-tools: updatet 1.3.9.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-tpm/tpm-tools/tpm-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-tpm/tpm-tools/tpm-tools_git.bb b/recipes-tpm/tpm-tools/tpm-tools_git.bb
index 83f1091..f670bff 100644
--- a/recipes-tpm/tpm-tools/tpm-tools_git.bb
+++ b/recipes-tpm/tpm-tools/tpm-tools_git.bb
@@ -12,13 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
12DEPENDS = "libtspi openssl" 12DEPENDS = "libtspi openssl"
13DEPENDS_class-native = "trousers-native" 13DEPENDS_class-native = "trousers-native"
14 14
15SRCREV = "80954ab83be8d091c6e3112514945556aaa09d39" 15SRCREV = "5c5126bedf2da97906358adcfb8c43c86e7dd0ee"
16SRC_URI = " \ 16SRC_URI = " \
17 git://git.code.sf.net/p/trousers/tpm-tools \ 17 git://git.code.sf.net/p/trousers/tpm-tools \
18 file://tpm-tools-extendpcr.patch \ 18 file://tpm-tools-extendpcr.patch \
19 " 19 "
20 20
21PV = "1.3.9+git${SRCPV}" 21PV = "1.3.9.1+git${SRCPV}"
22 22
23inherit autotools-brokensep gettext 23inherit autotools-brokensep gettext
24 24