mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
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:
@@ -8,7 +8,7 @@ DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive"
|
|||||||
|
|
||||||
SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369"
|
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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user