summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Broadbent <jebr@google.com>2023-09-19 19:43:03 +0000
committerArmin Kuster <akuster808@gmail.com>2023-09-25 09:45:58 -0400
commit4f79979c543cb81cc4961225e69eb6b6adad3574 (patch)
treeb03753de5995b0f9332bf4cefc296a8839333a60
parentc3c84aef49907fc02e37d4c9f6f15ce17a069822 (diff)
downloadmeta-security-4f79979c543cb81cc4961225e69eb6b6adad3574.tar.gz
libhoth: Update
Changelog: Royce Rajan 0e3eec6 Claim + Release USB connection when running `htool console` b36ebfc bazel: Stamp Git commit as version fd90feb meson: Stamp Git commit as version ba1403d Add get/clear panic record commands (#30) Chris Evans e34e9bd Update README.md for recently-added commands. Daimeng Wang 611381e htool: Implement authz_record read/erase/build/set aaed60f htool: Add authz_record command API ad68019 libhoth: MTD allows zero byte read Pai Peng 101f711 Add the 'statistics' command Signed-off-by: John Broadbent <jebr@google.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm1/hoth/libhoth_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
index 0485afc..5c7305c 100644
--- a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
+++ b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" 9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
10SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4" 10SRCREV = "0e3eec6937d35c602ce497444eda05f3c465b5a8"
11 11
12DEPENDS += "libusb1" 12DEPENDS += "libusb1"
13 13