diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-13 09:38:49 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-16 04:17:29 -0700 |
commit | 66d48abff2a8cd46dc5936ab6a9ebe786a4f3178 (patch) | |
tree | 8576b50439ee127aacbcd093237fd502d31c9cb3 | |
parent | 4e473738582d6422b2158c2d2ed566a2843a7155 (diff) | |
download | meta-security-66d48abff2a8cd46dc5936ab6a9ebe786a4f3178.tar.gz |
tpm2.0-tools: update SRC_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_3.1.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_3.1.3.bb b/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_3.1.3.bb index 22fae0b..6cceba6 100644 --- a/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_3.1.3.bb +++ b/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_3.1.3.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" | |||
8 | 8 | ||
9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" | 9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/01org/tpm2.0-tools.git;name=tpm2.0-tools;destsuffix=tpm2.0-tools;branch=3.X" | 11 | SRC_URI = "https://github.com/tpm2-software/tpm2-tools.git;branch=3.X" |
12 | 12 | ||
13 | S = "${WORKDIR}/tpm2.0-tools" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |