summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm/hoth/libhoth_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm/hoth/libhoth_git.bb
new file mode 100644
index 0000000..a3ebce7
--- /dev/null
+++ b/meta-tpm/recipes-tpm/hoth/libhoth_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Google Hoth USB library"
2DESCRIPTION = "Libraries and example programs for interacting with a \
3 hoth-class root of trust."
4HOMEPAGE = "https://github.com/google/libhoth"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8
9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
10SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
11
12DEPENDS += "libusb1"
13
14S = "${WORKDIR}/git"
15
16inherit pkgconfig meson
17