summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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