diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-03-10 10:09:35 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2020-03-10 10:22:02 +0800 |
commit | 7db0fc79dfa6ddab3939f1fd1a6956ca61179284 (patch) | |
tree | 4e9a02be6cb0366a53d86d8765c7424f25f0b6a1 | |
parent | 198910918069d4957fbe6564fe3830c9bfa8a0cc (diff) | |
download | meta-secure-core-7db0fc79dfa6ddab3939f1fd1a6956ca61179284.tar.gz |
tpm2simulator-native: update to latest git revision
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb b/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb index f66d885..d1205ff 100644 --- a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb +++ b/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb | |||
@@ -18,7 +18,7 @@ PV = "1.38+git${SRCPV}" | |||
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/stwagnr/tpm2simulator.git \ | 19 | git://github.com/stwagnr/tpm2simulator.git \ |
20 | " | 20 | " |
21 | SRCREV = "b9646b90ce26ad34f7fc5c7099f28053eab94333" | 21 | SRCREV = "e45324eba268723d39856111e7933c5c76238481" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||