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>
This commit is contained in:
Armin Kuster
2019-03-14 16:34:18 -07:00
parent eb6fa0cf47
commit c4f34bc88c
@@ -8,7 +8,7 @@ DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive"
SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369"
SRC_URI = "https://github.com/tpm2-software/tpm2-tools.git;branch=3.X"
SRC_URI = "git://github.com/tpm2-software/tpm2-tools.git;branch=3.X"
S = "${WORKDIR}/git"