diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-14 16:34:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-16 04:17:29 -0700 |
commit | c4f34bc88c9b8be4b3cb439794d1abb2c936e3f2 (patch) | |
tree | 627e25a9d426931ab472810f75e96f1027cee0f4 | |
parent | eb6fa0cf47c665612987e7165fac6e6f211fecba (diff) | |
download | meta-security-c4f34bc88c9b8be4b3cb439794d1abb2c936e3f2.tar.gz |
tpm2.0-tools: fix protocol
A commit amend misstep didn't capture the https to git change in
SRC_URI.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2.0-tools/tpm2.0-tools_3.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2.0-tools/tpm2.0-tools_3.1.3.bb b/meta-tpm/recipes-tpm2/tpm2.0-tools/tpm2.0-tools_3.1.3.bb index 6cceba6..56c68db 100644 --- a/meta-tpm/recipes-tpm2/tpm2.0-tools/tpm2.0-tools_3.1.3.bb +++ b/meta-tpm/recipes-tpm2/tpm2.0-tools/tpm2.0-tools_3.1.3.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" | |||
8 | 8 | ||
9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" | 9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/tpm2-software/tpm2-tools.git;branch=3.X" | 11 | SRC_URI = "git://github.com/tpm2-software/tpm2-tools.git;branch=3.X" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||