mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
meta-security: Add recipe for libhoth
Libhoth is usb protocol implementation which is required for hoth class devices Signed-off-by: John Edward Broadbent <jebr@google.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ac0a4ea0f8
commit
71199365ff
17
meta-tpm/recipes-tpm/hoth/libhoth_git.bb
Normal file
17
meta-tpm/recipes-tpm/hoth/libhoth_git.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Google Hoth USB library"
|
||||
DESCRIPTION = "Libraries and example programs for interacting with a \
|
||||
hoth-class root of trust."
|
||||
HOMEPAGE = "https://github.com/google/libhoth"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
|
||||
SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
|
||||
|
||||
DEPENDS += "libusb1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig meson
|
||||
|
||||
Reference in New Issue
Block a user