summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYushi Sun <yushis@google.com>2024-01-17 16:36:47 -0800
committerArmin Kuster <akuster808@gmail.com>2024-01-28 12:13:54 -0500
commit79b5f135a831ed43ce598868f8479fb864fcaff5 (patch)
tree4621b46250c903dd029c881f3ac7c2c7a47626bb
parent7fab92b3c0650186d57b06466b420ca42995444a (diff)
downloadmeta-security-79b5f135a831ed43ce598868f8479fb864fcaff5.tar.gz
meta-security: libhoth: SRCREV bump e520f8f...e482716
Nicholas Nooney (1): Update error messages in htool_exec_hostcmd (#43) Royce (1): Add ability to process raw host commands (#41) Yoan Andreev (1): Payload getstatus (#40) daimeng (1): htool: Allow console snapshot on proxy channels (#42) Signed-off-by: Yushi Sun <yushis@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 7ba64f5..df1dc04 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 = "e520f8fa637589324ec56d34f26a48a8162a250c" 10SRCREV = "e4827163741e0804f12ac96c81b8e97649be6795"
11 11
12DEPENDS += "libusb1" 12DEPENDS += "libusb1"
13 13