diff options
| -rw-r--r-- | meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb b/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb index 6f1141c..7ec12fc 100644 --- a/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb +++ b/meta-tpm/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | |||
| @@ -6,15 +6,13 @@ SECTION = "tpm" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" | 7 | DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" |
| 8 | 8 | ||
| 9 | # Mar 17, 2017 | 9 | # July 10, 2017 |
| 10 | SRCREV = "0b744d1b13ce57b4be547ae773d7db1cbccf9a04" | 10 | SRCREV = "26c0557040c1cf8107fa3ebbcf2a5b07cc84b881" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/01org/tpm2.0-tools.git;protocol=git;branch=master;name=tpm2.0-tools;destsuffix=tpm2.0-tools" | 12 | SRC_URI = "git://github.com/01org/tpm2.0-tools.git;name=tpm2.0-tools;destsuffix=tpm2.0-tools" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/tpm2.0-tools" | 14 | S = "${WORKDIR}/tpm2.0-tools" |
| 15 | 15 | ||
| 16 | PV = "git${SRCPV}" | 16 | PV = "2.0.0+git${SRCPV}" |
| 17 | 17 | ||
| 18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 19 | |||
| 20 | |||
